Merge pull request #181 from jrr/travis-tweaks

full build in CI
This commit is contained in:
Patrick Walton 2019-06-05 16:16:41 -07:00 committed by GitHub
commit 678e12aed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ addons:
- libegl1-mesa-dev
- libgtk-3-dev
- libsdl2-dev
- cmake
script:
- cd demo/native
- cargo build
- cd ../magicleap
- cargo build
# - cargo test # todo: fix tests