Commit ad5c205c authored by Andy Polyakov's avatar Andy Polyakov Committed by Richard Levitte
Browse files

appveyor.yml: exercise build_all_generated.

parent 6197bc7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ..