Skip to content
Snippets Groups Projects
Commit ce348973 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ci] add job using cpp20

parent d1294b74
No related branches found
No related tags found
1 merge request!3172[ci][default] allow setting max_cxx_standard and add C++20 pipeline
...@@ -112,6 +112,11 @@ full-dune-master-gcc: ...@@ -112,6 +112,11 @@ full-dune-master-gcc:
variables: variables:
IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-ubuntu-20.04 IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-ubuntu-20.04
full-dune-master-gcc-cpp-20:
extends: .base-trigger
variables:
IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-ubuntu-22.04
CXX_MAX_STANDARD: "20"
################################## ##################################
# additional scheduled pipelines # # additional scheduled pipelines #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment