From 37e5aaff47c8d9089582e9ebbd1572b94779e42e Mon Sep 17 00:00:00 2001 From: Imanol Fernandez Date: Mon, 3 Apr 2017 16:36:12 +0200 Subject: [PATCH] Add android compilation to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b88967c..3410860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,6 @@ script: # - cargo test --verbose # - cargo test --verbose --features test_egl_in_linux - if [ "$TRAVIS_OS_NAME" != "linux" ]; then cargo test --verbose; fi + - rustup target add arm-linux-androideabi + - cargo build --verbose --target=arm-linux-androideabi +