Skip to content

Commit 0f70438

Browse files
committed
Merge pull request #452 from JLLeitschuh/build/windowsx86
Adds a 32 bit windows release
2 parents caa1bd3 + 4c0b022 commit 0f70438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ test_script:
1010

1111
platform:
1212
- x64
13+
- x86
14+
15+
matrix:
16+
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
1317

1418
artifacts:
1519
- path: ui\build\distributions\*.exe

0 commit comments

Comments
 (0)