18 lines
255 B
YAML
18 lines
255 B
YAML
|
image: golang:1.15
|
||
|
|
||
|
cache:
|
||
|
paths:
|
||
|
- /apt-cache
|
||
|
- /go/src/github.com
|
||
|
- /go/src/golang.org
|
||
|
- /go/src/google.golang.org
|
||
|
- /go/src/gopkg.in
|
||
|
- /go/src/gitlab.lehouerou.net
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- make
|