manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:56:56 +09:00
parent bd4c22a592
commit 443e904afb
Vendored
+2 -2
View File
@@ -22,8 +22,8 @@ pipeline {
stage("prepare"){ stage("prepare"){
steps{ steps{
sh ''' sh '''
mkdir build mkdir -p build
cd $_ cd build
cmake .. -G ninja cmake .. -G ninja
''' '''
} }