Skip to content
Snippets Groups Projects
Commit 2f18e4cd authored by Franck Galpin's avatar Franck Galpin
Browse files

removed auto-build for ubuntu 18.04 as it has been deprecated (see VTM 1e2d52b4)

parent 8ccf13b4
No related branches found
No related tags found
No related merge requests found
......@@ -37,21 +37,21 @@ build_macos:
# tags:
# - ubuntu1604
build_ubuntu1804:
extends: .build_template_linux
tags:
- ubuntu1804
#build_ubuntu1804:
# extends: .build_template_linux
# tags:
# - ubuntu1804
build_ubuntu1804-gcc8:
extends: .build_template_linux
script:
- make sadlclean
- make realclean
- make all toolset=gcc-8
- make realclean
- make linuxbuild enable-tracing=true toolset=gcc-8
tags:
- ubuntu1804-gcc8
#build_ubuntu1804-gcc8:
# extends: .build_template_linux
# script:
# - make sadlclean
# - make realclean
# - make all toolset=gcc-8
# - make realclean
# - make linuxbuild enable-tracing=true toolset=gcc-8
# tags:
# - ubuntu1804-gcc8
build_ubuntu2004:
extends: .build_template_linux
......
Subproject commit dedd0095bd3f8ca0a760eb0649b028a87b84dcfd
Subproject commit 43515f670d294367d70114ab3aaac62dc9179e9a
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