Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
foss
ledgrr
Commits
48403a36
Commit
48403a36
authored
2 years ago
by
Mike Cronce
Browse files
Options
Download
Patches
Plain Diff
.gitlab-ci.yml: Print sccache stats after `cargo publish` and `cargo publish --dry-run` steps
parent
3bde0315
master
v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
No related merge requests found
Pipeline
#1338
passed with stages
in 14 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
.gitlab-ci.yml
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
+
4
−
0
View file @
48403a36
...
...
@@ -82,6 +82,8 @@ Test publishing crate:
fi
script
:
-
cargo publish --dry-run
after_script
:
-
/sccache -s
only
:
-
tags
...
...
@@ -102,6 +104,8 @@ Publish crate:
fi
script
:
-
sh -c 'cargo login "${CARGO_TOKEN}" && cargo publish'
after_script
:
-
/sccache -s
only
:
-
tags
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets