appveyor.yml: exercise build_all_generated.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5930)
This commit is contained in:
parent
6197bc7c54
commit
ad5c205c01
1 changed files with 2 additions and 1 deletions
|
@ -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 ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue