Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Buildbox-Windows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CGG-public
Containers
Buildbox-Windows
Commits
b20f67ef
Commit
b20f67ef
authored
1 month ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
runner tags
parent
5023d9eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
b20f67ef
...
...
@@ -71,6 +71,10 @@ x64-vs2022:
# TOOLSET: "v143" # 143: VS 2022
ensure-job-added
:
tags
:
-
cgg
-
docker-docker
-
linux
stage
:
test
image
:
badouralix/curl-jq
script
:
...
...
@@ -86,6 +90,10 @@ ensure-job-added:
# If the pipeline is for a new tag with a semantic version, and all previous jobs succeed,
# create the release.
create-release
:
tags
:
-
cgg
-
docker-docker
-
linux
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
script
:
echo "Creating release $CI_COMMIT_TAG"
...
...
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