Browse Source

Disable deprecated declarations on CI job thread-safety-analysis

pipelines/143601543
eidheim 6 years ago
parent
commit
840803543b
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -34,7 +34,7 @@ thread-safety-analysis:
stage: test stage: test
script: script:
- mkdir build && cd build - mkdir build && cd build
- CXX=clang++ CXXFLAGS=-Werror cmake .. - CXX=clang++ CXXFLAGS="-Werror -Wno-deprecated-declarations" cmake ..
- make -j$(nproc) - make -j$(nproc)
debian-testing: debian-testing:
image: cppit/jucipp:debian-testing image: cppit/jucipp:debian-testing

Loading…
Cancel
Save