Fix the effect of no-dso in crypto/init.c
[openssl.git] / appveyor.yml
index 46eaf3978beb1124f7372448b80f5d8ed024c186..af2bfede52f792dac2a90a53eaee4ddb1fa76c60 100644 (file)
@@ -27,13 +27,22 @@ before_build:
         }
     - ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
     - 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:
+    - cd _build
     - nmake
+    - cd ..
 
 test_script:
-    - nmake test
+    - cd _build
+    - nmake test V=1
+    - mkdir ..\_install
+    - nmake install install_docs DESTDIR=..\_install
+    - cd ..
 
 notifications:
     - provider: Email