Deleted Added
full compact
appveyor.yml (302408) appveyor.yml (325335)
1platform:
2 - x86
3 - x64
4
5environment:
6 matrix:
7 - VSVER: 9
8 - VSVER: 10

--- 36 unchanged lines hidden (view full) ---

45 - perl Configure %TARGET% no-asm
46 - call ms\%DO%
47
48build_script:
49 - nmake /f ms\%MAK%
50
51test_script:
52 - nmake /f ms\%MAK% test
1platform:
2 - x86
3 - x64
4
5environment:
6 matrix:
7 - VSVER: 9
8 - VSVER: 10

--- 36 unchanged lines hidden (view full) ---

45 - perl Configure %TARGET% no-asm
46 - call ms\%DO%
47
48build_script:
49 - nmake /f ms\%MAK%
50
51test_script:
52 - nmake /f ms\%MAK% test
53
54notifications:
55 - provider: Email
56 to:
57 - openssl-commits@openssl.org
58 on_build_success: false
59 on_build_failure: true
60 on_build_status_changed: true