summaryrefslogtreecommitdiffstats
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-03 10:10:07 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-03 10:32:46 +0100
commit7acc5c8f30f7b896dc666cf805fae24642ccb781 (patch)
tree2e5d008c1f1f70dba0b600746d793f621cbef617 /.travis-deps.sh
parentMerge pull request #2255 from JayFoxRox/lsl4 (diff)
downloadyuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar.gz
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar.bz2
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar.lz
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar.xz
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.tar.zst
yuzu-7acc5c8f30f7b896dc666cf805fae24642ccb781.zip
Diffstat (limited to '')
-rwxr-xr-x.travis-deps.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh
index 9fd21cc57..1404fe19f 100755
--- a/.travis-deps.sh
+++ b/.travis-deps.sh
@@ -27,6 +27,13 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
echo "Using cached SDL2"
fi
+ export DEBIAN_FRONTEND=noninteractive
+ # Amazing placebo security
+ curl http://apt.llvm.org/llvm-snapshot.gpg.key | sudo -E apt-key add -
+ sudo -E add-apt-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main"
+ sudo -E apt-get -yq update
+ sudo -E apt-get -yq install clang-format-3.9
+
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install qt5 sdl2 dylibbundler