change this

This commit is contained in:
Grant Limberg 2019-08-12 13:11:43 -07:00
parent 8c5481a3d5
commit 0ead65ad2d

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ parallel 'centos7': {
checkout scm
stage('Build Centos 7') {
sh '''scl enable devtoolset-8 -- bash
sh '''. /opt/rh/devtoolset-8/enable
rm -rf build/
mkdir build && cd build
cmake ..