pathfinder/.travis.yml

26 lines
492 B
YAML
Raw Normal View History

language: rust
2020-04-07 11:53:50 -04:00
rust:
- nightly
- stable
addons:
apt:
packages:
- libegl1-mesa-dev
- libgtk-3-dev
- libsdl2-dev
- cmake
script:
2020-04-07 12:06:26 -04:00
- rustup target add aarch64-unknown-linux-gnu
2020-04-07 11:39:00 -04:00
- cd simd
- cargo build --target aarch64-unknown-linux-gnu
- cd ../geometry
2020-04-07 11:15:29 -04:00
- cargo build --target aarch64-unknown-linux-gnu
2020-04-07 11:53:50 -04:00
- cd ..
- cargo build
- cargo test
2019-07-16 06:07:19 -04:00
env:
global:
- HARFBUZZ_SYS_NO_PKG_CONFIG=true
2020-05-13 10:43:48 -04:00
notifications:
webhooks: http://build.servo.org:54856/travis