px4_raspberrypi cleanup configs and add to Jenkins

This commit is contained in:
Daniel Agar
2019-12-10 10:07:27 -05:00
parent 505e922b08
commit 2b792c0225
3 changed files with 26 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ pipeline {
]
def armhf_builds = [
target: ["aerotenna_ocpoc_default", "emlid_navio2_cross", "parrot_bebop_default"],
target: ["aerotenna_ocpoc_default", "emlid_navio2_cross", "parrot_bebop_default", "px4_raspberrypi_cross"],
image: docker_images.armhf,
archive: false
]