9 lines
109 B
YAML
9 lines
109 B
YAML
|
&shared:
|
||
|
build: &build_base
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
|
||
|
project_name: test
|
||
|
builds:
|
||
|
- <<: *build_base
|