Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
[openssl.git] / appveyor.yml
index f2eab32953e04e85a6a0f94268d6d85a4c1f501e..5074a3116c8f81f04bf57db9580b395e9652bc9a 100644 (file)
@@ -22,15 +22,16 @@ before_build:
         }
     - ps: >-
         If ($env:Configuration -Match "shared") {
-            $env:SHARED=""
+            $env:SHARED="no-makedepend"
         } Else {
-            $env:SHARED="no-shared"
+            $env:SHARED="no-shared no-makedepend"
         }
     - ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
     - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
     - mkdir _build
     - cd _build
     - perl ..\Configure %TARGET% %SHARED%
+    - perl configdata.pm --dump
     - cd ..
     - ps: >-
         if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER`
@@ -62,11 +63,3 @@ test_script:
             cmd /c "nmake install install_docs DESTDIR=..\_install 2>&1"
         }
     - cd ..
-
-notifications:
-    - provider: Email
-      to:
-          - openssl-commits@openssl.org
-      on_build_success: false
-      on_build_failure: true
-      on_build_status_changed: true