This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
matrix:
|
|
PLATFORM:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
branches:
|
|
exclude: [main, dev]
|
|
platform: ${PLATFORM}
|
|
|
|
pipeline:
|
|
test:
|
|
image: 'chewingbever/vlang:latest'
|
|
pull: true
|
|
commands:
|
|
- make test
|
|
when:
|
|
event: push
|