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 56c831e commit d51e537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment:
BOOST_FLAGS: toolset=msvc #address-model=64
BUILD_COMMAND: nmake /NOLOGO

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

Expand All @@ -39,6 +39,8 @@ skip_tags: true
before_build:
- set PATH=%PATH%;%TOOLSET_PATH%
- dir C:\Qt\
- dir C:\Qt\5.13.2\
- dir C:\Qt\5.13.2\msvc2017_64
- dir %TOOLSET_PATH%
- echo "Testing %APPVEYOR_PROJECT_NAME%"

Expand Down

0 comments on commit d51e537

Please sign in to comment.