Skip to content

Commit

Permalink
AppVeyor CI: Test valgrind tracking but no parallel mark (cmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Mar 13, 2024
1 parent 6a61989 commit f791770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_gc_assertions=ON -Denable_thread_local_alloc=OFF -Ddisable_single_obj_compilation=ON
- TARGET: cmake
CFLAGS_EXTRA: -DGC_DISABLE_INCREMENTAL
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_gc_assertions=ON -Denable_gcj_support=OFF -Denable_parallel_mark=OFF -Denable_thread_local_alloc=OFF
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_gc_assertions=ON -Denable_gcj_support=OFF -Denable_parallel_mark=OFF -Denable_thread_local_alloc=OFF -Denable_valgrind_tracking=ON
- TARGET: cmake
CMAKE_OPTIONS: -A Win32 -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Denable_large_config=ON
- TARGET: cmake
Expand Down

0 comments on commit f791770

Please sign in to comment.