Set up llvm for osmesa.

This commit is contained in:
Josh Matthews 2017-10-19 12:06:11 -04:00 committed by GitHub
parent 07e9794306
commit 4451a3536b

View file

@ -12,6 +12,12 @@ matrix:
cache: false
- sudo: 9000
dist: trusty
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -y
- sudo apt-get update -q
- sudo apt-get install clang-3.9 llvm-3.9 llvm-3.9-runtime -y
- export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config
script:
- ./mach build -d --verbose
- ./mach test-compiletest