summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlatinumMaster <PlatinumMaster@users.noreply.github.com>2020-06-07 14:48:27 -0400
committerGitHub <noreply@github.com>2020-06-07 14:48:27 -0400
commit3c8f606c611e465eb36cefba675d9f025c371d2c (patch)
treea78eed4dce968ee71e6b9d159a6bc1388e6aec9c
parent1aade2794c1b0a620b4d824ad1e2c5f69f13e26c (diff)
Add test repository and bump to gcc9.
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c3e24b01..73c8210a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,18 @@ env:
- LM_LICENSE_FILE="$TRAVIS_BUILD_DIR/tools/mwccarm/license.dat"
addons:
apt:
+ sources:
+ - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
+ key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
+ - sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-multilib
- linux-libc-dev
- binutils-arm-none-eabi
- wine32
- wine-stable
- - gcc-8
- - g++-8
+ - gcc-9
+ - g++-9
cache:
apt: true
install:
@@ -29,8 +33,6 @@ install:
- mv NITRO\ SDK\ v3.0/include/nitro/specfiles/ARM9-TS.lcf.template arm9
script:
- - sudo ln -s /usr/bin/gcc-8 /usr/local/bin/gcc
- - sudo ln -s /usr/bin/g++-8 /usr/local/bin/g++
- make
notifications: