Disable Android CI target

The Android build has been broken for a while; we don't have cfg-gated code for Android anyway for now.
This commit is contained in:
Tatsuyuki Ishi 2019-07-18 10:27:31 +09:00 committed by GitHub
parent e4ea5e9d06
commit 474a775ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,22 +1,6 @@
version: 2
jobs:
android-test:
working_directory: ~/cpal
docker:
- image: tomaka/cargo-apk
steps:
- run: apt-get -qq update && apt-get install -y git
- checkout
- restore_cache:
key: android-test-cache-{{ checksum "Cargo.toml" }}
- run: cargo apk build --example beep
- save_cache:
key: android-test-cache-{{ checksum "Cargo.toml" }}
paths:
- target
asmjs-test:
working_directory: ~/cpal
docker:
@ -51,6 +35,5 @@ workflows:
version: 2
build-test-and-deploy:
jobs:
- android-test
- asmjs-test
- wasm-test