2022-04-10 14:48:37 +00:00
|
|
|
matrix:
|
|
|
|
PLATFORM:
|
2022-05-05 07:35:19 +00:00
|
|
|
- 'linux/amd64'
|
|
|
|
- 'linux/arm64'
|
2022-04-10 14:48:37 +00:00
|
|
|
|
2022-04-12 19:56:08 +00:00
|
|
|
branches:
|
2022-05-05 07:35:19 +00:00
|
|
|
exclude: [ main ]
|
2022-04-10 14:48:37 +00:00
|
|
|
platform: ${PLATFORM}
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
test:
|
|
|
|
image: 'chewingbever/vlang:latest'
|
|
|
|
pull: true
|
|
|
|
commands:
|
|
|
|
- make test
|
|
|
|
when:
|
2022-05-05 21:30:54 +00:00
|
|
|
event: [pull_request]
|