Add Woodpeck CI config #5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
image: docker.io/rust:latest
|
image: docker.io/rust:1.52.1
|
||||||
commands:
|
commands:
|
||||||
- apt-get install libssl-dev
|
- apt-get install libssl-dev
|
||||||
- cargo build
|
- cargo build
|
||||||
|
@ -15,6 +15,6 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
image: docker.io/rust:latest
|
image: docker.io/rust:1.52.1
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Reference in a new issue