Skip to content

Commit

Permalink
Remove Windows legacy build from appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Nov 3, 2024
1 parent 0d78ed8 commit 6467a06
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions util/appveyor-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ clone_depth: 1

image:
- Visual Studio 2019
- Visual Studio 2013

platform:
- x86
Expand Down Expand Up @@ -47,22 +46,3 @@ for:
- if %PLATFORM%==x64 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- if %PLATFORM%==x86 set qt=5.15\msvc2019
- if %PLATFORM%==x64 set qt=5.15\msvc2019_64
- matrix:
only:
- image: Visual Studio 2013
install:
- if %PLATFORM%==x86 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
- if %PLATFORM%==x86 set qt=5.6\msvc2013
build_script:
- md build
- cd build
# with an additional flag NO_TESTS
- qmake "..\pencil2d.pro" CONFIG+=GIT CONFIG+=Release CONFIG+=PENCIL2D_NIGHTLY CONFIG+=NO_TESTS
- nmake
test_script:
- echo "No tests for VS2013"

matrix:
exclude:
- image: Visual Studio 2013
platform: x64

0 comments on commit 6467a06

Please sign in to comment.