Skip to content

Commit

Permalink
CI: Update libressl, rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed Mar 15, 2016
1 parent 70fcb61 commit e373775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ install:
- cargo -V
- set RUST_BACKTRACE=1
# Get libressl binary build
- appveyor DownloadFile http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.1-windows.zip
- 7z x libressl-2.3.1-windows.zip
- set LIBTLS_LIBRARY_PATH=%cd%\libressl-2.3.1-windows\x86\
- set LIBTLS_INCLUDE_PATH=%cd%\libressl-2.3.1-windows\include\
- appveyor DownloadFile http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.2-windows.zip
- 7z x libressl-2.3.2-windows.zip
- set LIBTLS_LIBRARY_PATH=%cd%\libressl-2.3.2-windows\x86\
- set LIBTLS_INCLUDE_PATH=%cd%\libressl-2.3.2-windows\include\
- set LIBTLS_LIBS=libtls-9;ws2_32
- set PATH=%LIBTLS_LIBRARY_PATH%;%PATH%
- openssl version
platform:
- rust-1.6.0-i686-pc-windows-gnu.exe
- rust-1.7.0-i686-pc-windows-gnu.exe
- rust-beta-i686-pc-windows-gnu.exe
# To build against multiple rust versions add them here
build: false
Expand Down
2 changes: 1 addition & 1 deletion contrib/travis-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -ev
# to the correct ca-file.
#

: ${LIBRESSL:="libressl-2.3.1"}
: ${LIBRESSL:="libressl-2.3.2"}
DEPS=${PWD}/deps

if [ -x "$DEPS/bin/openssl" ]; then
Expand Down

0 comments on commit e373775

Please sign in to comment.