Add pipeline script

next
Sayan Nandan 3 years ago
parent 5b48aba345
commit ee04d89b0f

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust
commands:
- make test
Loading…
Cancel
Save