From 7fef5de3302926bbf42eee50757f1a9a4d99645e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 30 Nov 2021 23:19:38 +0300 Subject: AppVeyor CI: Test cmake build with 'without_libatomic_ops' --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 48271b51..934a8d9a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ environment: TEST_TARGET: check matrix: - TARGET: cmake - CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Werror=deprecated + CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Werror=deprecated -Dwithout_libatomic_ops=ON - TARGET: cmake CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Denable_gc_debug=ON -Denable_threads=OFF - TARGET: cmake -- cgit v1.2.1