mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
initial Jenkinsfile (#8201)
This commit is contained in:
21
Jenkinsfile
vendored
Normal file
21
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'px4io/px4-dev-simulation:2017-09-26'
|
||||
args '--env=CCACHE_DISABLE --env=CI'
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage('Quick Check') {
|
||||
steps {
|
||||
sh '''make distclean;
|
||||
make posix_sitl_default;'''
|
||||
}
|
||||
}
|
||||
}
|
||||
environment {
|
||||
CI = '1'
|
||||
CCACHE_DISABLE = '1'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user