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

Update auto-build configuration for Ubuntu 22.04 build

parent 57496a32
No related branches found
No related tags found
No related merge requests found
......@@ -27,25 +27,15 @@ build_macos:
tags:
- macos
build_ubuntu1804:
extends: .build_template_linux
tags:
- ubuntu1804
build_ubuntu1804-gcc8:
build_ubuntu2004:
extends: .build_template_linux
script:
- make realclean
- make all toolset=gcc-8
- make realclean
- make linuxbuild enable-tracing=true toolset=gcc-8
tags:
- ubuntu1804-gcc8
- ubuntu2004
build_ubuntu2004:
build_ubuntu2204:
extends: .build_template_linux
tags:
- ubuntu2004
- ubuntu2204
build_vc191x:
extends: .build_template
......
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