elvish/.gitlab-ci.yml
2021-05-10 01:02:58 +01:00

21 lines
280 B
YAML

image: golang:alpine
variables:
REPO_NAME: gitlab.com/elves/elvish
before_script:
- go version
test:
script:
- apk add gcc musl-dev
- go test -race ./...
build:
script:
- apk add zip
- ./tools/buildall.sh . bin HEAD
artifacts:
paths:
- bin