Gave all modules own directory; added test CI pipeline

This commit is contained in:
Jef Roosens 2022-04-10 16:48:37 +02:00
parent 6d60ea1538
commit f92a20fcf8
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 27 additions and 8 deletions

15
.woodpecker/.test.yml Normal file
View file

@ -0,0 +1,15 @@
matrix:
PLATFORM:
- linux/amd64
- linux/arm64
platform: ${PLATFORM}
pipeline:
test:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- make test
when:
event: push