Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
aa24707e
Commit
aa24707e
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
Setup expose_as for artifacts
parent
2aa0c7be
No related branches found
No related tags found
1 merge request
!2177
Update .gitlib-ci.yml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
6
−
3
View file @
aa24707e
...
@@ -165,6 +165,7 @@ Debian testing GCC:
...
@@ -165,6 +165,7 @@ Debian testing GCC:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
GCC
testing"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing-gcc"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing-gcc"
variables
:
variables
:
...
@@ -231,6 +232,7 @@ Debian stable:amd64:
...
@@ -231,6 +232,7 @@ Debian stable:amd64:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
amd64"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-x86-64"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-x86-64"
variables
:
variables
:
...
@@ -271,6 +273,7 @@ Debian stable:i386:
...
@@ -271,6 +273,7 @@ Debian stable:i386:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
i386"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-i686"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-i686"
variables
:
variables
:
...
@@ -311,6 +314,7 @@ Debian stable:arm64:
...
@@ -311,6 +314,7 @@ Debian stable:arm64:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
arm64"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-aarch64"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-aarch64"
variables
:
variables
:
...
@@ -383,7 +387,7 @@ Debian stable Clang:
...
@@ -383,7 +387,7 @@ Debian stable Clang:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
with
c
lang"
expose_as
:
"
Debian
C
lang"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-clang"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-clang"
variables
:
variables
:
...
@@ -415,7 +419,6 @@ Debian stable Clang:
...
@@ -415,7 +419,6 @@ Debian stable Clang:
# make
# make
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
Debian testing Clang
:
Debian testing Clang
:
extends
:
Debian stable Clang
extends
:
Debian stable Clang
...
@@ -425,7 +428,7 @@ Debian testing Clang:
...
@@ -425,7 +428,7 @@ Debian testing Clang:
paths
:
paths
:
-
"
bin/"
-
"
bin/"
-
"
src/comptime.h"
-
"
src/comptime.h"
expose_as
:
"
Debian
testing
with
clang
"
expose_as
:
"
Debi
na
Cl
an
g
testing"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing-clang"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing-clang"
variables
:
variables
:
...
...
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