manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:57:41 +09:00
parent 443e904afb
commit da736b53d2
Vendored
+1 -1
View File
@@ -24,7 +24,7 @@ pipeline {
sh ''' sh '''
mkdir -p build mkdir -p build
cd build cd build
cmake .. -G ninja cmake .. -G Ninja
''' '''
} }
} }