mirror of
https://github.com/servo/servo.git
synced 2025-07-08 16:03:40 +01:00
Auto merge of #18955 - servo:jdm-patch-4, r=emilio
Set up llvm for osmesa. This fixes #18954. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18955) <!-- Reviewable:end -->
This commit is contained in:
commit
5d16c7353a
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