travis: Add a windows test target.
parent
babbdb4b90
commit
7124235d1b
|
@ -9,6 +9,8 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
os: linux
|
os: linux
|
||||||
|
before_script:
|
||||||
|
- rustup component add rustfmt
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
|
@ -16,6 +18,8 @@ jobs:
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
|
- os: windows
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -49,10 +53,6 @@ jobs:
|
||||||
cd matrix_sdk_base
|
cd matrix_sdk_base
|
||||||
cargo test --target wasm32-unknown-unknown --no-default-features
|
cargo test --target wasm32-unknown-unknown --no-default-features
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- rustup component add rustfmt
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in New Issue