##// END OF EJS Templates
Set tests output format to teamcity with meson....
Set tests output format to teamcity with meson. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

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