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"){
steps{
sh '''
mkdir build
cd $_
mkdir -p build
cd build
cmake .. -G ninja
'''
}