Fix a gcc-8 warning -Wcast-function-type
[openssl.git] / appveyor.yml
index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..8dd6cb6fb0af2bce1e32485f4dfb547e1616a70d 100644 (file)
@@ -40,19 +40,6 @@ 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 ..
-
-notifications:
-    - provider: Email
-      to:
-          - openssl-commits@openssl.org
-      on_build_success: false
-      on_build_failure: true
-      on_build_status_changed: true