File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,11 @@ branches:
24
24
25
25
environment :
26
26
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
28
31
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%
34
32
35
33
36
34
configuration : Release
You can’t perform that action at this time.
0 commit comments