Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jan 9, 2025
1 parent bbe34a1 commit 29bbfb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ branches:

environment:
matrix:
- TOOLSET_PATH: C:\Qt\5.13.2\msvc2017_64
- TOOLSET_PATH: C:\Qt\5.13.2\msvc2017_64\bin
BOOST_FLAGS: toolset=msvc #address-model=64
BUILD_COMMAND: nmake /NOLOGO

- TOOLSET_PATH: C:\Qt\5.15.2\msvc2019_64
- TOOLSET_PATH: C:\Qt\5.15.2\msvc2019_64\bin
BOOST_FLAGS: toolset=msvc #address-model=64
BUILD_COMMAND: nmake /NOLOGO

skip_tags: true

before_build:
- set PATH=%PATH%;%TOOLSET_PATH%
- dir %TOOLSET_PATH%
- echo "Testing %APPVEYOR_PROJECT_NAME%"

# Cloning Boost libraries (fast nondeep cloning)
Expand Down

0 comments on commit 29bbfb4

Please sign in to comment.