manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 18:06:49 +09:00
parent da736b53d2
commit f27fe13c41
2 changed files with 2582 additions and 1 deletions
+2580
View File
File diff suppressed because it is too large Load Diff
Vendored
+2 -1
View File
@@ -32,7 +32,8 @@ pipeline {
stage("build"){
steps{
sh '''
cd build ninja
cd build
ninja
'''
}
}