travis: Add a windows test target.

master
Damir Jelić 2020-07-07 16:57:20 +02:00
parent babbdb4b90
commit 7124235d1b
1 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,17 @@ 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
- stage: Test - stage: Test
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