Skip to content

Commit

Permalink
windows, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 6, 2016
1 parent 5c820ba commit 8887250
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V

build: false

test_script:
- cargo build --verbose
- cargo test --verbose


environment:
global:
PROJECT_NAME: xrep
Expand Down

0 comments on commit 8887250

Please sign in to comment.