Skip to content
Snippets Groups Projects
Commit 49a230cd authored by Louis's avatar Louis :fire:
Browse files

Create CI Pipeline

parent 31609c42
No related branches found
No related tags found
Loading
Pipeline #27 failed with stage
in 1 second
image: "FROM r.lcr.gr/microhacks/bevy-builder"
build-linux:
stage: build
cache:
key:
files:
- Cargo.lock
paths:
- target
script:
- cargo build --release
- strip target/release/crunch
artifacts:
name: crunch.linux.x86
paths:
- target/release/crunch
expire_in: 1 day
only:
- trunk
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment