Skip to content

Commit

Permalink
Fixing appveyor configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Mar 6, 2024
1 parent 73d1390 commit 0406927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ install:
- set COMMON_INSTALL_DIR=%BUILD_DIR%\install
- set COMMON_BUILD_TYPE=%CONFIGURATION%
- set COMMON_CXX_STANDARD=%CPP_STD%
- set GENERATOR="%CMAKE_GENERATOR%"
- set PLATFORM="%CMAKE_PLATFORM%"
- call script\prepare_externals.bat

build_script:
Expand Down
1 change: 1 addition & 0 deletions script/appveyor_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ IF "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (
set TOOLCHAIN=msvc14
set QT_SUBDIR=msvc2015
set QT_VER=5.6
set CMAKE_GENERATOR=NMake Makefiles
IF "%PLATFORM%"=="x86" (
echo Performing x86 build in VS2015
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
Expand Down

0 comments on commit 0406927

Please sign in to comment.