github.com/kolbycrouch/elvish@v0.14.1-0.20210614162631-215b9ac1c423/.gitlab-ci.yml (about)

     1  image: golang:alpine
     2  
     3  variables:
     4    REPO_NAME: gitlab.com/elves/elvish
     5  
     6  before_script:
     7    - go version
     8  
     9  test:
    10    script:
    11      - apk add gcc musl-dev
    12      - go test -race ./...
    13  
    14  build:
    15    script:
    16      - apk add zip
    17      - ./tools/buildall.sh . bin HEAD
    18    artifacts:
    19      paths:
    20        - bin