Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Run tests on Windows only on 64 bits
Browse files Browse the repository at this point in the history
The 32 bit GTK setup on appveyor is broken and fails with
"STATUS_ENTRYPOINT_NOT_FOUND".
  • Loading branch information
sdroege committed Jun 6, 2020
1 parent 802731b commit 47dbc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ install:

build_script:
- cargo doc --features "dox"
- cargo test
- cargo test --features v3_24
- IF "%BITS%" == "64" cargo test
- IF "%BITS%" == "64" cargo test --features v3_24
- cargo doc --features "dox"
- mkdir .cargo
- echo paths = ["."] > .cargo\config
Expand Down

0 comments on commit 47dbc9b

Please sign in to comment.