Skip to content
Snippets Groups Projects
Commit 12c64574 authored by Denis_P's avatar Denis_P :field_hockey: Committed by Wei Tang
Browse files

universal docker builder for substrate-based projects (#127)

parent 1452226c
Branches
No related merge requests found
Pipeline #36774 passed with stages
in 8 minutes and 53 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment