Skip to content

Commit

Permalink
chore(ci): try and fix appveyor
Browse files Browse the repository at this point in the history
Former-commit-id: 04629a2
  • Loading branch information
dignifiedquire committed Jul 3, 2018
1 parent a77d542 commit 1370640
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,24 @@ environment:
- TARGET: i686-pc-windows-gnu
BITS: 32
MSYS2: 1
OPENSSL_VERSION: 1_1_0f
OPENSSL_VERSION: 1_1_0h
- TARGET: x86_64-pc-windows-msvc
BITS: 64
OPENSSL_VERSION: 1_1_0f
OPENSSL_VERSION: 1_1_0h
OPENSSL_DIR: C:\OpenSSL

# 1.0.2, 64/32 bit
- TARGET: x86_64-pc-windows-gnu
BITS: 64
MSYS2: 1
OPENSSL_VERSION: 1_0_2o
- TARGET: i686-pc-windows-msvc
BITS: 32
OPENSSL_VERSION: 1_0_2o
OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows
VCPKGRS_DYNAMIC: 1
install:
# install OpenSSL
- mkdir C:\OpenSSL
Expand All @@ -33,13 +46,5 @@ install:
build: false

test_script:
- 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%
- cargo run --manifest-path systest/Cargo.toml --target %TARGET%
- cargo test --manifest-path openssl/Cargo.toml --target %TARGET%

0 comments on commit 1370640

Please sign in to comment.