Browse Source

Adding a build_script section to appveyor config

master
Drew Short 5 years ago
parent
commit
dc63f24836
  1. 3
      appveyor.yml

3
appveyor.yml

@ -11,7 +11,8 @@ install:
- rustc -V
- cargo -V
build: off
build_script:
- cargo compile
test_script:
- cargo test --verbose
Loading…
Cancel
Save