Skip to content

Commit

Permalink
Merge pull request #1 from synixebrett/openssl
Browse files Browse the repository at this point in the history
Update appveyor.yml
  • Loading branch information
Brett committed Feb 14, 2019
2 parents 4f31ae4 + 010e505 commit dca70af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hemtt"
version = "0.3.0"
version = "0.3.1"
authors = ["Brett <brett@bmandesigns.com>"]
edition = "2018"

Expand Down
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ environment:
global:
RUST_VERSION: stable
CRATE_NAME: hemtt
OPENSSL_STATIC: 1
OPENSSL_LIBS: "libssl_static:libcrypto_static"

matrix:
# MinGW
- TARGET: i686-pc-windows-gnu
- TARGET: x86_64-pc-windows-gnu

# MSVC
# - TARGET: i686-pc-windows-msvc
# - TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
OPENSSL_DIR: "C:\\OpenSSL-v111-Win32"
- TARGET: x86_64-pc-windows-msvc
OPENSSL_DIR: "C:\\OpenSSL-v111-Win64"

# Testing other channels
# - TARGET: x86_64-pc-windows-gnu
Expand Down

0 comments on commit dca70af

Please sign in to comment.