mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add deps to travis
This commit is contained in:
parent
21cb160be3
commit
f7e79d286a
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ matrix:
|
||||||
- sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -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 update -q
|
||||||
- sudo apt-get install clang-3.9 llvm-3.9 llvm-3.9-runtime -y
|
- sudo apt-get install clang-3.9 llvm-3.9 llvm-3.9-runtime -y
|
||||||
|
- sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev -y
|
||||||
- export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config
|
- export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config
|
||||||
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||||
- source ~/.profile
|
- source ~/.profile
|
||||||
|
|
|
@ -83,7 +83,8 @@ sudo apt install git curl autoconf libx11-dev \
|
||||||
gperf g++ build-essential cmake virtualenv python-pip \
|
gperf g++ build-essential cmake virtualenv python-pip \
|
||||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \
|
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \
|
||||||
libharfbuzz-dev ccache clang
|
libharfbuzz-dev ccache clang \
|
||||||
|
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`.
|
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue