Skip to content

Commit b9f16a1

Browse files
author
Oleh Kulykov
committed
1722256502
1 parent 1b9504b commit b9f16a1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ branches:
2424

2525
environment:
2626
matrix:
27-
- platform: x64
27+
- platform: x86
28+
CMAKE_ARGS: -A Win32 -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
29+
30+
- platform: x64
2831
CMAKE_ARGS: -A x64 -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
29-
# - platform: x86
30-
# CMAKE_ARGS: -A Win32 -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
31-
#
32-
# - platform: x64
33-
# CMAKE_ARGS: -A x64 -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\libplzma\libplzma-install-win-%PLATFORM% -DCMAKE_BUILD_TYPE=Release -DLIBPLZMA_OPT_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
3432

3533

3634
configuration: Release

0 commit comments

Comments
 (0)