add windows support in travis
https://blog.travis-ci.com/2018-10-11-windows-early-release
This commit is contained in:
parent
7a0572de80
commit
92c0cc310e
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -14,8 +15,11 @@ matrix:
|
||||||
rust: stable
|
rust: stable
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
- os: windows
|
||||||
|
rust: stable
|
||||||
|
env: TARGET=x86_64-pc-windows-msvc
|
||||||
|
cache: cargo
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --target $TARGET
|
- cargo build --target $TARGET
|
||||||
|
|
Loading…
Add table
Reference in a new issue