chore: add CI build config
This commit is contained in:
parent
32b7632258
commit
ab499bfddc
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
steps:
|
||||||
|
- name: cargo test
|
||||||
|
image: rust:latest
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y libsqlite3-dev
|
||||||
|
- cargo build --verbose --all
|
||||||
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue