mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 09:07:47 +00:00
[travis] add GCC 9 to build matrix (#4055)
This commit is contained in:
+10
@@ -148,6 +148,16 @@ matrix:
|
||||
packages:
|
||||
- gcc-8
|
||||
- g++-8
|
||||
- env: BUILD_TARGET="posix" CC="gcc-9" CXX="g++-9"
|
||||
os: linux
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-9
|
||||
- g++-9
|
||||
- env: BUILD_TARGET="posix-ncp-spi" VERBOSE=1
|
||||
os: linux
|
||||
compiler: gcc
|
||||
|
||||
Reference in New Issue
Block a user