Skip to content

Commit

Permalink
Add travis for GVR
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 29, 2019
1 parent 582067c commit 3668e73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ before_script:
script:
- cargo fmt --all -- --check
- cd webxr
- cargo build --features=glwindow,headless
- cargo build --features=ipc,glwindow,headless
- cargo build --features=glwindow,headless,googlevr
- cargo build --features=ipc,glwindow,headless,googlevr
- rustup target add arm-linux-androideabi
- cargo build --target arm-linux-androideabi --features=ipc,googlevr

notifications:
webhooks: http://build.servo.org:54856/travis

0 comments on commit 3668e73

Please sign in to comment.