manage Jenkinsfile(#57)
This commit is contained in:
Vendored
+6
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user