Document Next Protocol Negotiation APIs
[oweals/openssl.git] / appveyor.yml
index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..9074a8c95d6a10ee5ad3c1817bf3d0c4efc76ad1 100644 (file)
@@ -40,12 +40,7 @@ build_script:
 test_script:
     - cd _build
     - nmake test
-    - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
-    - mkdir _install
-    - cd _build
+    - mkdir ..\_install
     - nmake install install_docs DESTDIR=..\_install
     - cd ..