1
0
Fork 0

macOS: remove use of Ninja for now

For some reason the slave doesn’t like Ninja, let’s disable it until
I figure out why.
This commit is contained in:
James Turner 2020-04-10 12:07:04 +01:00
parent 9158b1688e
commit b954ad8cd7

View file

@ -22,7 +22,7 @@ echo "Build path is: $PATH"
# to be necessary all the same
#export PKG_CONFIG_PATH=$WORKSPACE/dist/lib/pkgconfig
cmakeCommonArgs="-G Ninja -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo"
cmakeCommonArgs="-DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo"
###############################################################################
echo "Starting on SimGear"