Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jacob Strom
VVCSoftware_VTM
Commits
2f18e4cd
Commit
2f18e4cd
authored
2 years ago
by
Franck Galpin
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
sadl
+1
-1
1 addition, 1 deletion
sadl
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
14
−
14
View file @
2f18e4cd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
sadl
@
43515f67
Compare
dedd0095
...
43515f67
Subproject commit
dedd0095bd3f8ca0a760eb0649b028a87b84dcfd
Subproject commit
43515f670d294367d70114ab3aaac62dc9179e9a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment