mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
disable guideline checks
This commit is contained in:
parent
b29e9ac3a1
commit
0d94928c5b
@ -172,13 +172,13 @@ test_build_ngsolve:
|
|||||||
bash -c 'cd /root/src/netgen/tests/ && ./build_ngsolve.sh'
|
bash -c 'cd /root/src/netgen/tests/ && ./build_ngsolve.sh'
|
||||||
|
|
||||||
# cpp guideline checks
|
# cpp guideline checks
|
||||||
test_guidelines:
|
# test_guidelines:
|
||||||
<<: *ubuntu
|
# <<: *ubuntu
|
||||||
stage: test
|
# stage: test
|
||||||
script:
|
# script:
|
||||||
- docker run -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_PIPELINE_ID}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh
|
# - docker run -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_PIPELINE_ID}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh
|
||||||
when: always
|
# when: always
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
|
|
||||||
# check if it compiles without spdlog
|
# check if it compiles without spdlog
|
||||||
test_noSpdlog:
|
test_noSpdlog:
|
||||||
|
Loading…
Reference in New Issue
Block a user