travis: remove autotest and reorder compilation tests

This commit is contained in:
Pierre Kancir 2020-10-21 10:35:56 +02:00 committed by Andrew Tridgell
parent 96f7397099
commit d31d57484a
1 changed files with 18 additions and 14 deletions

View File

@ -50,21 +50,25 @@ matrix:
include: include:
- if: type != cron - if: type != cron
compiler: "gcc" compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-copter-tests2 sitltest-heli" env: CI_BUILD_TARGET="stm32f7 stm32h7 fmuv2-plane"
name: sitltest-copter-tests2 sitltest-heli name: stm32f7 stm32h7 fmuv2-plane
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-copter-tests1"
name: sitltest-copter-tests1
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-tracker sitltest-quadplane sitltest-plane"
name: sitltest-tracker sitltest-quadplane sitltest-plane
- if: type != cron - if: type != cron
compiler: "clang" compiler: "clang"
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot navigator unit-tests" env: CI_BUILD_TARGET="stm32f7 stm32h7 fmuv2-plane"
name: sitltest-rover sitltest-sub sitltest-balancebot navigator unit-tests name: stm32f7-clang stm32h7-clang fmuv2-plane-clang
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="navigator periph-build"
name: navigator periph-build
- if: type != cron - if: type != cron
compiler: "clang" compiler: "clang"
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane sitl" env: CI_BUILD_TARGET="periph-build"
name: revo-bootloader periph-build CubeOrange-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane sitl name: periph-build-clang
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="revo-bootloader CubeOrange-bootloader iofirmware"
name: revo-bootloader CubeOrange-bootloader iofirmware
- if: type != cron
compiler: "clang"
env: CI_BUILD_TARGET="revo-bootloader CubeOrange-bootloader iofirmware"
name: revo-bootloader-clang CubeOrange-bootloader-clang iofirmware-clang