Skip to content

Commit

Permalink
Appveyor configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Jun 1, 2023
1 parent 6e71d81 commit 60bcc28
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60bcc28

Please sign in to comment.