Merge pull request #145 from amousset/fix-appveyor
feat(all): Fix AppVeyor tests
This commit is contained in:
@@ -1,24 +1,15 @@
|
|||||||
environment:
|
environment:
|
||||||
OPENSSL_INCLUDE_DIR: C:\OpenSSL\include
|
|
||||||
OPENSSL_LIB_DIR: C:\OpenSSL\lib
|
|
||||||
OPENSSL_LIBS: ssleay32:libeay32
|
|
||||||
matrix:
|
matrix:
|
||||||
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
|
- TARGET: i686-pc-windows-msvc
|
||||||
|
- TARGET: x86_64-pc-windows-gnu
|
||||||
- TARGET: i686-pc-windows-gnu
|
- TARGET: i686-pc-windows-gnu
|
||||||
BITS: 32
|
|
||||||
# - TARGET: x86_64-pc-windows-msvc
|
|
||||||
# BITS: 64
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2g.exe"
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||||
- Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
|
- rustup-init.exe -y --default-host %TARGET%
|
||||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-beta-${env:TARGET}.exe"
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||||
- rust-beta-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
- rustc -vV
|
||||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
- cargo -vV
|
||||||
- SET PATH=%PATH%;C:\MinGW\bin
|
|
||||||
- rustc -V
|
|
||||||
- cargo -V
|
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo build --verbose
|
- cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user