wooooo
This commit is contained in:
parent
fa650374de
commit
80b37cc348
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
cargo.lock
|
21
.woodpecker.yml
Normal file
21
.woodpecker.yml
Normal file
@ -0,0 +1,21 @@
|
||||
pipeline:
|
||||
build:
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo build
|
||||
- echo "Done building!"
|
||||
gzip:
|
||||
when:
|
||||
event: [push]
|
||||
image: rust:latest
|
||||
commands:
|
||||
- mkdir ../artifact
|
||||
- mv target/debug ../artifact
|
||||
- tar -c -z -v -f gtubek-dev.tar.gz ../artifact
|
||||
#upload:
|
||||
#when:
|
||||
#event: [push]
|
||||
#image:
|
||||
|
Loading…
Reference in New Issue
Block a user