steamid.v/.drone.yml
Philipp 3bcdad6820
All checks were successful
continuous-integration/drone Build is passing
add tests
2022-08-29 00:48:06 +02:00

15 lines
207 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: steamid.v
image: thevlang/vlang
commands:
- v steamid_test.v
- v -stats test steamid_test.v
trigger:
branch:
- main