Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shasper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
parity
shasper
Commits
12c64574
Commit
12c64574
authored
5 years ago
by
Denis_P
Committed by
Wei Tang
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
universal docker builder for substrate-based projects (#127)
parent
1452226c
Branches
Branches containing commit
No related merge requests found
Pipeline
#36774
passed with stages
Stage:
Stage:
in 8 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
12c64574
...
...
@@ -2,15 +2,16 @@ stages:
-
test
-
build
image
:
parity/
shasper-ci:stretch
image
:
parity/
rust-builder:latest
variables
:
GIT_STRATEGY
:
fetch
GIT_SUBMODULE_STRATEGY
:
recursive
RUST_TOOLCHAIN
:
"
stable"
CI_SERVER_NAME
:
"
GitLab
CI"
CARGO_HOME
:
"
/ci-cache/shasper/cargo/${CI_JOB_NAME}"
CARGO_HOME
:
"
/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR
:
"
/ci-cache/${CI_PROJECT_NAME}/sccache"
SCCACHE_CACHE_SIZE
:
50G
CI_SERVER_NAME
:
"
GitLab
CI"
RUST_TOOLCHAIN
:
"
stable"
before_script
:
-
sccache -s
...
...
This diff is collapsed.
Click to expand it.
Preview
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