8 lines
85 B
YAML
8 lines
85 B
YAML
image: golang:1.10
|
|
|
|
build:
|
|
script:
|
|
- make all
|
|
artifacts:
|
|
untracked: true
|