mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-18 13:01:04 +01:00
use matrix
This commit is contained in:
@@ -1,8 +1,18 @@
|
|||||||
|
matrix:
|
||||||
|
platform:
|
||||||
|
- linux/amd64
|
||||||
|
goversion:
|
||||||
|
- 1.24
|
||||||
|
- 1.23
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: ${platform}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: golang
|
image: golang:${goversion}
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
|
|||||||
Reference in New Issue
Block a user