summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-30 23:19:38 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-30 23:19:38 +0300
commit7fef5de3302926bbf42eee50757f1a9a4d99645e (patch)
treec0d974a15a58fd5f37ef26fd31d3ed303d905457
parent02fa9fdb9e924bb9dad88911a77147db683614ca (diff)
downloadbdwgc-7fef5de3302926bbf42eee50757f1a9a4d99645e.tar.gz
AppVeyor CI: Test cmake build with 'without_libatomic_ops'
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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