Merge branch 'main' into license
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Philipp 2022-08-29 00:50:50 +02:00 committed by Gitea
commit c2cabe73d3
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A
2 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
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