zig/ci/travis_linux_before_install

9 lines
276 B
Plaintext
Raw Normal View History

2017-08-26 22:07:06 -07:00
#!/bin/sh
2017-08-26 22:25:34 -07:00
set -x
sudo sh -c 'echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main" >> /etc/apt/sources.list'
2017-08-26 22:07:06 -07:00
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -q