Update jenkins releae build script to use CMake
This commit is contained in:
parent
cf87d84cfe
commit
d243047bf8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user