Browse Source

Jenkins px4io-v2 build in same directory

sbg
Daniel Agar 7 years ago
parent
commit
c398c95fd5
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -44,7 +44,7 @@ pipeline { @@ -44,7 +44,7 @@ pipeline {
sh "make clean"
sh "ccache -z"
sh "git fetch --tags"
sh "make nuttx_px4io-v2_default"
sh "make px4io-v2_default"
sh "make nuttx_px4fmu-v2_default"
sh "make nuttx_px4fmu-v2_lpe"
sh "make nuttx_px4fmu-v3_default"

Loading…
Cancel
Save