Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Oct 25, 2020
1 parent e8d829d commit dd37ad3
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 @@ -25,8 +25,8 @@ build: false

test_script:
- cargo test --target %TARGET% --verbose
- cargo run --target %TARGET% -- https://github.com/mpv-player/mpv/archive/49d6a1e77d3dba5cf30a2cb9cd05dc6dd6407fb2.zip
- ps: Remove-Item –path .\49d6a1e77d3dba5cf30a2cb9cd05dc6dd6407fb2.zip
- cargo run --target %TARGET% -- "https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg"
- ps: Remove-Item –path .\googlechrome.dmg

before_deploy:
# Generate artifacts for release
Expand Down

0 comments on commit dd37ad3

Please sign in to comment.