Appveyor configuration update

This commit is contained in:
John Wellbelove 2023-06-01 10:24:25 +01:00
parent 6e71d8118f
commit 60bcc282a8

View File

@ -4,10 +4,12 @@ branches:
- master
image: Visual Studio 2022
configuration:
- Debug
- Debug - No STL
- Debug MSVC - No STL - Built-ins
- Debug MSVC - Force C++03
- Debug MSVC C++14
- Debug MSVC C++14 - No STL
- Debug MSVC C++17
- Debug MSVC C++17 - No STL
- Debug MSVC C++20
- Debug MSVC C++20 - No STL
clone_folder: c:\projects\etl
install:
- cmd: git submodule update --init --recursive