Skip to content
Snippets Groups Projects
Unverified Commit b0868dc1 authored by Demi M. Obenour's avatar Demi M. Obenour
Browse files

Try to get CI working

parent 1991a9e4
No related merge requests found
Pipeline #53945 passed with stage
in 29 seconds
......@@ -12,6 +12,7 @@ image: parity/rust-builder:latest
variables:
GIT_STRATEGY: fetch
GIT_SUBMODULE_STRATEGY: recursive
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CI_SERVER_NAME: "GitLab CI"
......
[submodule "depend/secp256k1"]
path = depend/secp256k1
url = git@github.com:bitcoin/secp256k1
url = https://github.com/bitcoin/secp256k1
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