From d61d06570cc94a1632fd9327598a6d73b36e2b67 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 26 Nov 2024 08:36:18 +0300 Subject: [PATCH] AppVeyor CI: Place CMAKE_CONFIG/OPTIONS, CONF_OPTIONS in ascending order (refactoring) --- .appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e46d579c6..e063f22da 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,26 +32,26 @@ environment: - TARGET: cmake CMAKE_OPTIONS: -A Win32 -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Denable_large_config=ON - TARGET: cmake - CMAKE_OPTIONS: -A ARM64 -DCMAKE_BUILD_TYPE=Release -Denable_cplusplus=ON CMAKE_CONFIG: Release + CMAKE_OPTIONS: -A ARM64 -DCMAKE_BUILD_TYPE=Release -Denable_cplusplus=ON - TARGET: cmake-mingw CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON - TARGET: cmake-msys - CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Dinstall_headers=OFF -Denable_rwlock=ON CMAKE_CONFIG: Release + CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Dinstall_headers=OFF -Denable_rwlock=ON - TARGET: cmake-msys CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_docs=OFF - TARGET: cmake-msys CMAKE_OPTIONS: -Dbuild_cord=OFF -Dbuild_tests=ON -Denable_atomic_uncollectable=OFF -Denable_disclaim=OFF -Denable_threads=OFF - TARGET: cmake-wcc-nt CFLAGS_EXTRA: -DCONSOLE_LOG - CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_threads=OFF CMAKE_CONFIG: Release + CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_threads=OFF - TARGET: cmake-wcc-nt CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_checksums=ON -Denable_dynamic_loading=OFF -Denable_large_config=ON -Denable_munmap=OFF -Denable_threads=OFF - TARGET: cmake-wcc-nt - CMAKE_CONFIG: Release CFLAGS_EXTRA: -DCONSOLE_LOG -DNO_MSGBOX_ON_ERROR + CMAKE_CONFIG: Release CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON - TARGET: cmake-wcc-nt CFLAGS_EXTRA: -DCONSOLE_LOG -DNO_MSGBOX_ON_ERROR @@ -101,20 +101,20 @@ environment: CFLAGS_EXTRA: -DCONSOLE_LOG -DUSE_MMAP -DUSE_MUNMAP -zp1 -DFORCE_ALIGNMENT_ONE WCC_INC_SUBDIR: nt - TARGET: cygwin64 - CONF_OPTIONS: --disable-threads CFLAGS_EXTRA: -std=c11 -D USE_WINALLOC -Wno-array-bounds + CONF_OPTIONS: --disable-threads - TARGET: cygwin64 - CONF_OPTIONS: --enable-cplusplus CFLAGS_EXTRA: -D GCTEST_PRINT_VERBOSE -D DONT_PROTECT_PTRFREE -Wno-array-bounds + CONF_OPTIONS: --enable-cplusplus - TARGET: cygwin64 - CONF_OPTIONS: --enable-cplusplus --disable-munmap --enable-gc-assertions --enable-redirect-malloc CFLAGS_EXTRA: -Wno-array-bounds + CONF_OPTIONS: --enable-cplusplus --disable-munmap --enable-gc-assertions --enable-redirect-malloc - TARGET: cygwin64 CFLAGS_EXTRA: -D GC_ALWAYS_MULTITHREADED -D LINT2 -D TEST_MANUAL_VDB -Wno-array-bounds CONF_OPTIONS: --enable-cplusplus --enable-gc-assertions --enable-rwlock --disable-shared - TARGET: cygwin64 - CONF_OPTIONS: --enable-cplusplus --enable-gc-debug CFLAGS_EXTRA: -Wno-array-bounds + CONF_OPTIONS: --enable-cplusplus --enable-gc-debug clone_depth: 50