Skip to content

Commit

Permalink
updated appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Apr 14, 2024
1 parent d14da19 commit e6461ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ skip_commits:
#---------------------------------#
environment:
matrix:
# Qt5.15 / VisualStudio 2017 64bit
# Qt5.15 / VisualStudio 2019 64bit
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
INIT_BAT: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
QT_PATH: C:\Qt\5.15\msvc2019_64
Expand All @@ -47,3 +47,8 @@ build_script:
- cmd: cpi.exe tests\helloworld.cpp
- cmd: cpi.exe tests\sqrt.cpp 7
- cmd: cpi.exe tests\fibonacci.cpp 10
- cmd: cpi.exe tests\unique_ptr.cpp
- cmd: cpi.exe tests\optional.cpp
- cmd: cpi.exe tests\if_initializer.cpp
- cmd: cpi.exe tests\ranges.cpp
- cmd: cpi.exe tests\concept_add.cpp

0 comments on commit e6461ae

Please sign in to comment.