This commit is contained in:
Paul Masurel
2018-07-10 09:38:59 +09:00
parent 14da241f35
commit ef442cefb1
2 changed files with 8 additions and 4 deletions

View File

@@ -40,13 +40,13 @@ matrix:
os: osx
# Linux
- env: TARGET=aarch64-unknown-linux-gnu
#- env: TARGET=aarch64-unknown-linux-gnu
#- env: TARGET=i686-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-gnu
# - env: TARGET=x86_64-unknown-linux-musl
#- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl CODECOV=1
# OSX
# - env: TARGET=x86_64-apple-darwin
#- env: TARGET=x86_64-apple-darwin
# os: osx
before_install:

View File

@@ -10,6 +10,10 @@ main() {
return
fi
if [-z $CODECOV ]; then
cargo build --verbose && cargo coverage --verbose && bash <(curl -s https://codecov.io/bash) -s target/kcov
fi
cross test --target $TARGET
# cross test --target $TARGET --release