forked from vieter-v/vieter
16 lines
212 B
YAML
16 lines
212 B
YAML
|
matrix:
|
||
|
PLATFORM:
|
||
|
- linux/amd64
|
||
|
- linux/arm64
|
||
|
|
||
|
platform: ${PLATFORM}
|
||
|
|
||
|
pipeline:
|
||
|
test:
|
||
|
image: 'chewingbever/vlang:latest'
|
||
|
pull: true
|
||
|
commands:
|
||
|
- make test
|
||
|
when:
|
||
|
event: push
|