summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f5b7abeb..d2df8701 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -160,6 +160,10 @@ task:
- name: NetBSD x86_64
env:
TARGET: x86_64-unknown-netbsd
+ - name: Fuchsia x86_64
+ env:
+ TARGET: x86_64-fuchsia
+ CHECK_TESTS: true
container:
image: rust:1.40
setup_script:
@@ -167,6 +171,7 @@ task:
script:
- cargo +$TOOLCHAIN check --target $TARGET
- cargo +$TOOLCHAIN check --target $TARGET --release
+ - 'if [ "$CHECK_TESTS" == true ]; then cargo +$TOOLCHAIN check --all-targets --target $TARGET; fi'
# TODO: check the tests, too. The old Travis CI setup didn't do that, so
# they don't build on all platforms.
before_cache_script: rm -rf $CARGO_HOME/registry/index