mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix gitlab-ci file
This commit is contained in:
parent
c9798fe16a
commit
a722964823
@ -45,9 +45,6 @@ stages:
|
||||
- pwd
|
||||
- ls
|
||||
- docker info
|
||||
|
||||
.template_ubuntu: &ubuntu
|
||||
<<: *ubuntu
|
||||
variables:
|
||||
UBUNTU_VERSION: "18.04"
|
||||
|
||||
@ -142,6 +139,7 @@ test_ubuntu:
|
||||
|
||||
# cpp guideline checks
|
||||
test_guidelines:
|
||||
<<: *ubuntu
|
||||
stage: test
|
||||
script:
|
||||
- docker run -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_BUILD_REF_NAME}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh
|
||||
|
Loading…
Reference in New Issue
Block a user