Use even more arhitecture targets when building
This commit is contained in:
parent
902b6deb54
commit
a2902a5937
1 changed files with 20 additions and 1 deletions
21
.travis.yml
21
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue