Build the window example for android

This commit is contained in:
Pierre Krieger 2017-07-25 10:01:05 +02:00
parent a15b818827
commit 772acc742e

View file

@ -26,7 +26,7 @@ script:
- cargo build --verbose
- if [ $TRAVIS_OS_NAME = osx ]; then cargo build --target x86_64-apple-ios --verbose; fi
- cargo test --verbose
- docker run --rm -v "$(pwd):/root/src" -w /root/src tomaka/cargo-apk cargo apk build --verbose
- docker run --rm -v "$(pwd):/root/src" -w /root/src tomaka/cargo-apk cargo apk build --example window --verbose
os:
- linux