Use even more arhitecture targets when building

This commit is contained in:
timvisee 2018-05-25 18:59:53 +02:00
parent 902b6deb54
commit a2902a5937
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -33,6 +33,26 @@ jobs:
rust: stable
env: TARGET=aarch64-unknown-linux-gnu
script: *build-script-cross
- stage: build
rust: stable
env: TARGET=arm-unknown-linux-gnuabifh
script: *build-script-cross
- stage: build
rust: stable
env: TARGET=armv7-unknown-linux-gnuabifh
script: *build-script-cross
- stage: build
rust: stable
env: TARGET=i686-unknown-freebsd
script: *build-script-cross
- stage: build
rust: stable
env: TARGET=x86_64-unknown-freebsd
script: *build-script-cross
- stage: build
rust: stable
env: TARGET=x86_64-unknown-netbsd
script: *build-script-cross
- stage: build
rust: beta
env: TARGET=x86_64-unknown-linux-gnu
@ -50,7 +70,6 @@ jobs:
- cargo build --no-default-features --verbose --all
- cargo build --features no-color --verbose --all
- stage: test
env: TARGET=x86_64-unknown-linux-gnu
script: cargo test --verbose --all
cache: cargo
- stage: release