##// END OF EJS Templates
Added workaround for AppImage build on Docker...
Added workaround for AppImage build on Docker Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r620:3dbb981097b0
r1392:4343c461531d
Show More
build.sh
8 lines | 117 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install