Skip to content

Commit

Permalink
Merge pull request servo#27 from asajeffrey/moar-travis
Browse files Browse the repository at this point in the history
Add more builds to travis
  • Loading branch information
pcwalton committed Oct 31, 2019
2 parents 7b1e8fe + 10dbfd4 commit de3cbbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: rust
rust: nightly
rust:
- nightly
- stable
sudo: false

addons:
Expand All @@ -20,9 +22,18 @@ before_install:
os:
- linux
- osx
- windows

script:
- cd surfman
- cargo build --verbose
- cargo build --verbose --features=sm-osmesa
- cargo build --verbose --features=sm-angle-default
- cargo build --verbose --features=sm-wayland-default
- rustup target add arm-linux-androideabi
- cargo build --verbose --target=arm-linux-androideabi
- rustup target add aarch64-pc-windows-msvc
- cargo build --verbose --target=aarch64-pc-windows-msvc
# TODO: tests
# - cargo test --verbose
# - cargo test --verbose --features test_egl_in_linux
Expand Down

0 comments on commit de3cbbf

Please sign in to comment.