appveyor.yml: exercise build_all_generated.
authorAndy Polyakov <appro@openssl.org>
Wed, 11 Apr 2018 14:07:38 +0000 (16:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Apr 2018 18:52:14 +0000 (20:52 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5930)

appveyor.yml

index 5074a3116c8f81f04bf57db9580b395e9652bc9a..3b66f0defb18eb016f687595025842d3aa254a76 100644 (file)
@@ -43,7 +43,8 @@ build_script:
     - cd _build
     - ps: >-
         If ($env:Configuration -Match "shared" -or $env:EXTENDED_TESTS) {
-            cmd /c "nmake 2>&1"
+            cmd /c "nmake build_all_generated 2>&1"
+            cmd /c "nmake PERL=no-perl 2>&1"
         }
     - cd ..