manage Jenkinsfile(#57)
This commit is contained in:
Vendored
+6
-1
@@ -17,7 +17,7 @@ pipeline {
|
|||||||
sh 'tools/validate/includeGuard.sh'
|
sh 'tools/validate/includeGuard.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("build and test"){
|
||||||
stages{
|
stages{
|
||||||
stage("prepare"){
|
stage("prepare"){
|
||||||
steps{
|
steps{
|
||||||
@@ -34,6 +34,11 @@ pipeline {
|
|||||||
cd build ninja
|
cd build ninja
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage("test"){
|
||||||
|
echo "test"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user