Fix iOS build and add to Travis CI
This commit is contained in:
parent
bc0dd0f854
commit
5146bce88e
7 changed files with 485 additions and 766 deletions
|
|
@ -13,13 +13,14 @@ addons:
|
|||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- [ $TRAVIS_OS_NAME = osx ] && cargo build --target x86_64-apple-ios
|
||||
- cargo test --verbose
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
after_success:
|
||||
after_success:
|
||||
- |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue