Skip to content
Snippets Groups Projects
Commit a74beec3 authored by Lukas Werner's avatar Lukas Werner
Browse files

Update .gitlab-ci.yml

parent 10f578ca
Branches
No related merge requests found
Pipeline #32277 failed with stages
in 3 minutes and 37 seconds
......@@ -77,6 +77,9 @@ stages:
gcc_9_mpionly:
extends: .build_template
stage: build
before_script:
- export CXX=g++
- export CC=gcc
variables:
CTEST_EXCLUDE_LABELS: "longrun"
WALBERLA_BUILD_WITH_MPI: "ON"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment