mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-17 00:10:20 +00:00
Set EXTRA_FLAGS in CI script
This commit is contained in:
committed by
Dennis Klein
parent
66d6d0e07b
commit
44c0fe5abf
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -31,6 +31,7 @@ def jobMatrix(String prefix, List specs, Closure callback) {
|
|||||||
echo "export SOURCEDIR=$PWD" >> Dart.cfg
|
echo "export SOURCEDIR=$PWD" >> Dart.cfg
|
||||||
echo "export PATH=\\\$SIMPATH/bin:\\\$PATH" >> Dart.cfg
|
echo "export PATH=\\\$SIMPATH/bin:\\\$PATH" >> Dart.cfg
|
||||||
echo "export GIT_BRANCH=$JOB_BASE_NAME" >> Dart.cfg
|
echo "export GIT_BRANCH=$JOB_BASE_NAME" >> Dart.cfg
|
||||||
|
echo "export EXTRA_FLAGS='-DCMAKE_CXX_COMPILER=g++'" >> Dart.cfg
|
||||||
echo "echo \\\$PATH" >> Dart.cfg
|
echo "echo \\\$PATH" >> Dart.cfg
|
||||||
'''
|
'''
|
||||||
sh 'cat Dart.cfg'
|
sh 'cat Dart.cfg'
|
||||||
|
|||||||
Reference in New Issue
Block a user