mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
travis: move forward from xenial to focal
Big change here is moving from Python2 to Python3
This commit is contained in:
parent
0f7f9a22fd
commit
666314216d
14
.travis.yml
14
.travis.yml
@ -1,13 +1,9 @@
|
||||
language: cpp
|
||||
sudo: false
|
||||
|
||||
dist: xenial
|
||||
dist: focal
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main'
|
||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
||||
packages:
|
||||
- build-essential
|
||||
- gawk
|
||||
@ -15,8 +11,8 @@ addons:
|
||||
- libc6-i386
|
||||
- libxml2-dev
|
||||
- libxslt1-dev
|
||||
- python-pip
|
||||
- python-dev
|
||||
- python3-pip
|
||||
- python3-dev
|
||||
- zlib1g-dev
|
||||
- gdb
|
||||
- cmake
|
||||
@ -65,8 +61,8 @@ matrix:
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="sitltest-tracker sitltest-quadplane sitltest-plane"
|
||||
- if: type != cron
|
||||
compiler: "clang-7"
|
||||
compiler: "clang"
|
||||
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot"
|
||||
- if: type != cron
|
||||
compiler: "clang-7"
|
||||
compiler: "clang"
|
||||
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane unit-tests sitl"
|
||||
|
Loading…
Reference in New Issue
Block a user