CI: also build PX4 SITL without ninja

This commit is contained in:
Julian Oes 2019-04-10 10:54:49 +02:00
parent f74aab33ad
commit 471d05381b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pipeline {
]
def base_builds = [
target: ["px4_sitl_rtps"],
target: ["px4_sitl_rtps", "NO_NINJA_BUILD=1 px4_sitl_default"],
image: docker_images.base,
archive: false
]