summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-16 00:41:54 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-16 00:41:54 +0300
commit6be0bc83c20389e56c679e1f20927ee9d6da420d (patch)
treef87a68ef0e289aa86d27862eeb3a022d11d8b335
parente56aa138b8fb8320d12ae22209f5e07c08ecc6c0 (diff)
downloadlibatomic_ops-6be0bc83c20389e56c679e1f20927ee9d6da420d.tar.gz
Revert "Travis CI: Test with CPPCHECK defined"
This reverts commit e56aa138b8fb8320d12ae22209f5e07c08ecc6c0. The reason: CPPCHECK is not intended to be used in runnable tests.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 129b6bb..7274191 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -142,7 +142,7 @@ jobs:
compiler: clang-12
dist: focal
env:
- - CFLAGS_EXTRA="-O3 -D CPPCHECK"
+ - CFLAGS_EXTRA="-O3"
- CONF_OPTIONS="--enable-assertions --enable-shared"
- TESTS_CUSTOM_RUN=true
- addons: