This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
|
||||
- name: Compile
|
||||
image: rust:1.66.0-alpine3.17
|
||||
commands:
|
||||
- apk add build-base make
|
||||
- cargo build --verbose
|
||||
|
||||
- name: Tests
|
||||
image: rust:1.66.0-alpine3.17
|
||||
commands:
|
||||
- cargo test
|
||||
Reference in New Issue
Block a user