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
Branches
Tags
No related merge requests found
...@@ -37,21 +37,21 @@ build_macos: ...@@ -37,21 +37,21 @@ build_macos:
# tags: # tags:
# - ubuntu1604 # - ubuntu1604
build_ubuntu1804: #build_ubuntu1804:
extends: .build_template_linux # extends: .build_template_linux
tags: # tags:
- ubuntu1804 # - ubuntu1804
build_ubuntu1804-gcc8: #build_ubuntu1804-gcc8:
extends: .build_template_linux # extends: .build_template_linux
script: # script:
- make sadlclean # - make sadlclean
- make realclean # - make realclean
- make all toolset=gcc-8 # - make all toolset=gcc-8
- make realclean # - make realclean
- make linuxbuild enable-tracing=true toolset=gcc-8 # - make linuxbuild enable-tracing=true toolset=gcc-8
tags: # tags:
- ubuntu1804-gcc8 # - ubuntu1804-gcc8
build_ubuntu2004: build_ubuntu2004:
extends: .build_template_linux 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.
Please register or to comment