Skip to content

Commit 040e528

Browse files
committed
Use x86 platform in Appveyor
1 parent 35c0af5 commit 040e528

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
version: '{branch}.{build}'
22
image: Visual Studio 2019
33
configuration: Release
4-
platform: x64
4+
platform: x86
55
shallow_clone: true
66
clone_folder: C:\Projects\Cataclysm-DDA
77
cache:
88
- c:\tools\vcpkg\installed
99
- c:\Users\appveyor\AppData\Local\vcpkg\
10-
install:
11-
- cmd: vcpkg install yasm-tool:x86-windows
12-
- cmd: vcpkg install mpg123:x64-windows-static
1310
build:
1411
project: /msvc-full-features/Cataclysm-vcpkg-static.sln
1512
parallel: true
1613
verbosity: minimal
1714
test_script:
18-
- cmd: Cataclysm-test-vcpkg-static-Release-x64.exe --rng-seed time --min-duration 0.2
15+
- cmd: Cataclysm-test-vcpkg-static-Release-Win32.exe --rng-seed time --min-duration 0.2
1916
skip_commits:
2017
files:
2118
- 'doc/**'

0 commit comments

Comments
 (0)