manage Jenkinsfile

This commit is contained in:
keita
2021-03-03 10:06:00 +09:00
parent 3f6d4f3415
commit 948613c794
Vendored
+1 -1
View File
@@ -26,7 +26,7 @@ pipeline {
sh ''' sh '''
mkdir -p build mkdir -p build
cd build cd build
cmake .. -G Ninja cmake .. -G Ninja -DENABLE_TEST=TRUE
''' '''
} }
} }