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