]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Switch the order of creation of debug and release builds
authorBenjamin Staneck <redacted>
Sun, 27 Aug 2017 15:28:54 +0000 (17:28 +0200)
committerBenjamin Staneck <redacted>
Mon, 28 Aug 2017 16:51:35 +0000 (18:51 +0200)
.appveyor.yml

index fb071ea707b90b594c93301a72a93a81c7394419..8c6ca885b431e16b6da53e5c64bf816aa262cd3d 100644 (file)
@@ -4,7 +4,7 @@ cache:
     - c:\spellcheck-dicts -> .appveyor.yml
 environment:
     matrix:
-        - cmake_build_type: Debug
+        - cmake_build_type: Release
           arch: x64
           target_arch: x86_64
           ssl_arch: Win64
@@ -17,7 +17,7 @@ environment:
           mingw_root: c:/msys64/mingw64
           mingw_libgcc: libgcc_s_seh-1.dll
 
-        - cmake_build_type: Debug
+        - cmake_build_type: Release
           arch: x86
           target_arch: x86
           ssl_arch: Win32
@@ -30,7 +30,7 @@ environment:
           mingw_root: c:/msys64/mingw32
           mingw_libgcc: libgcc_s_dw2-1.dll
 
-        - cmake_build_type: Release
+        - cmake_build_type: Debug
           arch: x64
           target_arch: x86_64
           ssl_arch: Win64
@@ -43,7 +43,7 @@ environment:
           mingw_root: c:/msys64/mingw64
           mingw_libgcc: libgcc_s_seh-1.dll
 
-        - cmake_build_type: Release
+        - cmake_build_type: Debug
           arch: x86
           target_arch: x86
           ssl_arch: Win32