Skip to content
Snippets Groups Projects
Commit e7a895d0 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

Add GCC 12 to build configuration

parent 01ee298a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,16 @@ build_ubuntu2204: ...@@ -37,6 +37,16 @@ build_ubuntu2204:
tags: tags:
- ubuntu2204 - ubuntu2204
build_ubuntu2204-gcc12:
extends: .build_template
script:
- make realclean
- make all toolset=gcc-12
- make realclean
- make linuxbuild enable-tracing=true toolset=gcc-12
tags:
- ubuntu2204-gcc12
build_vc191x: build_vc191x:
extends: .build_template extends: .build_template
tags: tags:
......
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