mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Added jenkins run script
This commit is contained in:
parent
c21973ff64
commit
dd26778f85
17
scripts/jenkins-run.sh
Executable file
17
scripts/jenkins-run.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d build ]
|
||||
then
|
||||
rm -rf build
|
||||
fi
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
#xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1024x768x24" make Experimental || true
|
||||
make Experimental || true
|
||||
#TRES=0
|
||||
#ctest -T test --no-compress-output || true
|
||||
if [ -f Testing/TAG ] ; then
|
||||
xsltproc ../tests/ctest2junix.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > CTestResults.xml
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user