Skip to content

Commit

Permalink
Only build, don't run test_list_ports
Browse files Browse the repository at this point in the history
Running test_list_ports does not work on AppVeyor with WinRT backend
  • Loading branch information
Boddlnagg committed Dec 21, 2017
1 parent a89656b commit 861361f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ environment:
FEATURES: "winrt"
- TARGET: i686-pc-windows-gnu
FEATURES: "winrt"
- TARGET: x86_64-pc-windows-gnu
FEATURES: "winrt"
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"
Expand All @@ -27,4 +29,4 @@ build_script:

test_script:
- cargo test --features "%FEATURES%"
- cargo run --features "%FEATURES%" --example test_list_ports
- cargo build --features "%FEATURES%" --example test_list_ports

0 comments on commit 861361f

Please sign in to comment.