Skip to content
Snippets Groups Projects
Verified Commit 97b8284b authored by gabriel klawitter's avatar gabriel klawitter :surfer:
Browse files

ci: removed --locked and artifacts

parent 8b88bf1a
No related merge requests found
......@@ -19,13 +19,6 @@ variables:
ARCH: "x86_64"
.collect-artifacts: &collect-artifacts
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
when: on_success
expire_in: 7 days
paths:
- artifacts/
.docker-env: &docker-env
tags:
......@@ -66,7 +59,7 @@ test-linux-stable: &test
RUSTFLAGS: -Cdebug-assertions=y
TARGET: native
script:
- time cargo test --all --release --verbose --locked
- time cargo test --all --release --verbose
- sccache -s
......@@ -77,10 +70,8 @@ build-linux-release: &build
<<: *build-refs
<<: *docker-env
<<: *compiler_info
<<: *collect-artifacts
script:
- time cargo build --release --verbose
- mv ./target/release/libsecp256k1* ./artifacts/.
- 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