Merge pull request #305 from ishitatsuyuki/patch-1

Disable Android CI target
This commit is contained in:
mitchmindtree 2019-07-18 15:19:04 +02:00 committed by GitHub
commit a04d869eaa
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