Update jenkins releae build script to use CMake

This commit is contained in:
ThorstenB 2012-01-17 22:36:46 +01:00
parent cf87d84cfe
commit d243047bf8

View File

@ -1,8 +1,7 @@
#!/bin/sh
cd simgear
./autogen.sh
./configure --prefix=$WORKSPACE/dist --with-osg=$WORKSPACE/dist
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist
make
@ -17,8 +16,7 @@ make dist
echo "Starting on FlightGear"
cd ../flightgear
./autogen.sh
./configure --prefix=$WORKSPACE/dist --with-osg=$WORKSPACE/dist
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist
make
if [ $? -ne '0' ]; then