Skip to content

Commit

Permalink
chore(ci): appveyor fixes
Browse files Browse the repository at this point in the history
Former-commit-id: 072787f
  • Loading branch information
dignifiedquire committed Jul 5, 2018
1 parent 127018b commit 69e2e48
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ install:

build: false


test_script:
- cargo run --manifest-path systest/Cargo.toml --target %TARGET%
- cargo test --manifest-path openssl/Cargo.toml --target %TARGET%
- cargo build --target %TARGET%
- cargo test --target %TARGET%

cache:
- target
- C:\Users\appveyor\.cargo\registry

clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%

0 comments on commit 69e2e48

Please sign in to comment.