Skip to content

Commit

Permalink
AppVeyor CI: Place CMAKE_CONFIG/OPTIONS, CONF_OPTIONS in ascending order
Browse files Browse the repository at this point in the history
(refactoring)
  • Loading branch information
ivmai committed Nov 26, 2024
1 parent ecbffb2 commit d61d065
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d61d065

Please sign in to comment.