Skip to content

Commit

Permalink
foo6
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Mar 9, 2024
1 parent 09220f3 commit 1b8f763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ install:
- cmd: dir "C:\Program Files (x86)"
- cmd: dir "C:\Program Files\Microsoft Visual Studio"
- cmd: dir "C:\Program Files (x86)\Microsoft Visual Studio"
- cmd: dir "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build"
- cmd: if %arch%==x86 (set QT_ROOT=C:\Qt\5.15\%compiler%) else (set QT_ROOT=C:\Qt\5.15\%compiler%_64)
# Print out dependency paths
- cmd: echo Using Python at %PYTHON_ROOT%
Expand All @@ -27,7 +28,7 @@ install:
# Install ninja and meson
- cmd: pip install ninja meson
# Set up the build environment
- cmd: if %compiler%==msvc2019 ( call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch% )
- cmd: if %compiler%==msvc2019 ( call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch% )

build_script:
- cmd: echo Building on %arch% with %compiler%
Expand Down

0 comments on commit 1b8f763

Please sign in to comment.