Skip to content

Commit aac1dac

Browse files
authored
removed 32-bit Appveyor builds and sped up cygwin build a bit (#3143)
1 parent b05e55f commit aac1dac

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ matrix:
77

88
environment:
99
matrix:
10-
- VisualStudioVersion: 12.0
11-
platform: Win32
12-
configuration: Debug
13-
vcvarsall_platform: x86
14-
PlatformToolset: v120
15-
- VisualStudioVersion: 12.0
16-
platform: Win32
17-
configuration: Release
18-
vcvarsall_platform: x86
19-
PlatformToolset: v120
20-
MYQTDIR: C:\Qt\5.6\msvc2013
2110
- VisualStudioVersion: 12.0
2211
platform: x64
2312
configuration: Debug
@@ -32,17 +21,6 @@ environment:
3221
MYQTDIR: C:\Qt\5.6\msvc2013_64
3322
# FIXME: These are disabled for now. They were broken by ae8653612802b41b70424ec9a5eefe8a1178f6d1
3423
# - VisualStudioVersion: 14.0
35-
# platform: Win32
36-
# configuration: Debug
37-
# vcvarsall_platform: x86
38-
# PlatformToolset: v140
39-
# - VisualStudioVersion: 14.0
40-
# platform: Win32
41-
# configuration: Release
42-
# vcvarsall_platform: x86
43-
# PlatformToolset: v140
44-
# MYQTDIR: C:\Qt\5.11\msvc2015
45-
# - VisualStudioVersion: 14.0
4624
# platform: x64
4725
# configuration: Debug
4826
# vcvarsall_platform: x64
@@ -58,8 +36,7 @@ environment:
5836
install:
5937
- python -m pip install --user pip --upgrade
6038
- python -m pip install --user pytest
61-
- SET p=x86
62-
- IF "%platform%"=="x64" SET p=x64
39+
- SET p=x64
6340
- curl -fsSL https://github.com/Z3Prover/z3/releases/download/z3-4.8.9/z3-4.8.9-%p%-win.zip -o z3-4.8.9-win.zip
6441
- 7z x z3-4.8.9-win.zip -oexternals -r -y
6542
- move externals\z3-4.8.9-%p%-win externals\z3
@@ -94,7 +71,7 @@ test_script:
9471
- python -m pytest test-inline-suppress.py
9572
- python -m pytest test-proj2.py
9673
- python -m pytest test-suppress-syntaxError.py
97-
- 'IF defined cygwin_build C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cppcheck && make clean && make -j 2 && make test && make checkcfg"'
74+
- 'IF defined cygwin_build C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cppcheck && make clean && make -j 2 test checkcfg"'
9875

9976
artifacts:
10077
- path: bin

0 commit comments

Comments
 (0)