manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:53:36 +09:00
parent e015a0f1b6
commit 24dc22097f
Vendored
+6 -1
View File
@@ -17,7 +17,7 @@ pipeline {
sh 'tools/validate/includeGuard.sh'
}
}
stage("build and test"){
stages{
stage("prepare"){
steps{
@@ -34,6 +34,11 @@ pipeline {
cd build ninja
'''
}
stage("test"){
echo "test"
}
}
}
}
}