updating the test jenkinsfiles

This commit is contained in:
hyung-hwan 2021-09-01 12:42:18 +00:00
parent 6bbf5ee4f4
commit a99187cbc4

View File

@ -66,7 +66,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
echo "Do build for ${BUILD_TYPE} on ${PLATFORM}" echo "Do build for ${BUILD_TYPE} on ${PLATFORM}"
sh "cd ${THIS_PROJECT} && touch -r * */* */*/* && ./configure && make" sh "cd ${THIS_PROJECT} && touch -r * */* && ./configure && make"
} }
} }