This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/.gitlab-ci.yml
2018-11-03 11:01:32 -07:00

18 lines
No EOL
424 B
YAML

image: golang:1.11
cache:
paths:
- /apt-cache
- /go/src/github.com
- /go/src/golang.org
- /go/src/google.golang.org
- /go/src/gopkg.in
before_script:
- mkdir -p /go/src/gitlab.com/spdf /go/src/_/builds
- cp -r $CI_PROJECT_DIR /go/src/gitlab.com/spdf/elektron
- ln -s /go/src/gitlab.com/spdf /go/src/_/builds/elektron
build:
script:
- go build -o elektron /go/src/gitlab.com/spdf/elektron