提交 14c42019 编写于 作者: R Richard Levitte

Appveyor: test install as well, via a fake deploy_script

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 a3414dc8
...@@ -27,13 +27,27 @@ before_build: ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册