mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Appveyor: test install as well, via a fake deploy_script
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
a3414dc82c
commit
14c4201958
16
appveyor.yml
16
appveyor.yml
@ -27,13 +27,27 @@ before_build:
|
|||||||
}
|
}
|
||||||
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
|
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
|
||||||
- call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
|
- call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
|
||||||
- perl Configure %TARGET% no-asm %SHARED%
|
- mkdir _build
|
||||||
|
- cd _build
|
||||||
|
- perl ..\Configure %TARGET% no-asm %SHARED%
|
||||||
|
- cd ..
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- cd _build
|
||||||
- nmake
|
- nmake
|
||||||
|
- cd ..
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
- cd _build
|
||||||
- nmake test
|
- nmake test
|
||||||
|
- cd ..
|
||||||
|
|
||||||
|
# Fake deploy script to test installation
|
||||||
|
deploy_script:
|
||||||
|
- mkdir _install
|
||||||
|
- cd _build
|
||||||
|
- nmake install install_docs DESTDIR=..\_install
|
||||||
|
- cd ..
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
|
Loading…
Reference in New Issue
Block a user