mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Set up llvm for osmesa.
This commit is contained in:
parent
07e9794306
commit
4451a3536b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue