Skip to content
Snippets Groups Projects
Commit 86102c36 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Fixed name of binary and hopefully sped up CI

parent 2b7057c6
No related branches found
No related tags found
No related merge requests found
Pipeline #114081 passed
......@@ -5,16 +5,9 @@ stages:
image: rust
variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo
run_tests:
stage: test
cache:
paths:
- target/
- cargo/
script:
- cargo test
......@@ -22,10 +15,6 @@ build_release:
stage: build
script:
- cargo build --release
cache:
paths:
- target/
- cargo/
artifacts:
paths:
- target/release/rusty-hektor
......@@ -37,10 +26,6 @@ pages:
- cargo doc --no-deps
- mkdir public
- cp -r target/doc/* public
cache:
paths:
- target/
- cargo/
artifacts:
paths:
- public
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment