forked from Archive/PX4-Autopilot
Jenkins SITL tests build grab all tags
This commit is contained in:
parent
33e68b3331
commit
c886d8d9af
|
@ -28,6 +28,7 @@ pipeline {
|
|||
sh('export')
|
||||
sh('make distclean')
|
||||
sh "ccache -z"
|
||||
sh "git fetch --tags"
|
||||
sh('make posix_sitl_default')
|
||||
sh "ccache -s"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue