mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-03 17:09:55 +00:00
Travis: add a build with Visual Studio on Windows
Travis now offers a Windows environment. Do a build with Visual Studio. This brings diversity into the Travis CI which otherwise only uses GCC and Clang. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -38,6 +38,11 @@ jobs:
|
||||
script:
|
||||
- tests/scripts/all.sh -k test_default_out_of_box
|
||||
|
||||
- name: Windows
|
||||
os: windows
|
||||
script:
|
||||
- scripts/windows_msbuild.bat
|
||||
|
||||
after_failure:
|
||||
- tests/scripts/travis-log-failure.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user