mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Appveyor configuration update
This commit is contained in:
parent
6e71d8118f
commit
60bcc282a8
10
appveyor.yml
10
appveyor.yml
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user