Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update travis to test more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 20, 2019
1 parent 42c0ab2 commit d0ac41d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
@@ -1,2 +1,13 @@
language: rust
script: cargo build --features=googlevr,oculusvr

rust:
- stable

before_script:
- rustup target add armv7-linux-androideabi
- rustup target add x86_64-pc-windows-gnu
- sudo apt-get install libc6-dev-i386

script:
- cargo check --target x86_64-pc-windows-gnu
- cargo check --features "mock oculusvr googlevr" --no-default-features --target=armv7-linux-androideabi

0 comments on commit d0ac41d

Please sign in to comment.