File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : ' {branch}.{build}'
2
2
image : Visual Studio 2019
3
3
configuration : Release
4
- platform : x64
4
+ platform : x86
5
5
shallow_clone : true
6
6
clone_folder : C:\Projects\Cataclysm-DDA
7
7
cache :
8
8
- c:\tools\vcpkg\installed
9
9
- c:\Users\appveyor\AppData\Local\vcpkg\
10
- install :
11
- - cmd : vcpkg install yasm-tool:x86-windows
12
- - cmd : vcpkg install mpg123:x64-windows-static
13
10
build :
14
11
project : /msvc-full-features/Cataclysm-vcpkg-static.sln
15
12
parallel : true
16
13
verbosity : minimal
17
14
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
19
16
skip_commits :
20
17
files :
21
18
- ' doc/**'
You can’t perform that action at this time.
0 commit comments