Skip to content

Commit

Permalink
travis: update llvm/clang
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Aug 12, 2020
1 parent 4f9ff10 commit a38badd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-10 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- clang-10
- llvm-10
- llvm-10-dev
- lld-10
- libusb-1.0.0
- libusb-1.0.0-dev
- python3-pip
- liblz4-dev
- squashfs-tools
- g++-8
update: true
env:
global:
- LIBTRANSISTOR_REPO=misson20000/libtransistor
Expand All @@ -21,7 +28,7 @@ jobs:
name: "twili"
env: TARGET="twili" PLATFORM="nx-transistor64"
install: "./.travis/twili_install.sh"
script: make LIBTRANSISTOR_HOME=$PWD/libtransistor/ PATH="$PWD/fr/opt/devkitpro/tools/bin/:$PATH"
script: make LLVM_POSTFIX=-10 LIBTRANSISTOR_HOME=$PWD/libtransistor/ PATH="$PWD/fr/opt/devkitpro/tools/bin/:$PATH"
before_deploy: "./.travis/twili_before_deploy.sh"
- os: linux
name: "twib_linux64"
Expand Down

0 comments on commit a38badd

Please sign in to comment.