LatexAutoInstaller/.gitlab-ci.yml
2021-08-26 16:37:02 +02:00

10 lines
176 B
YAML

Build_Go:
image: golang:latest
stage: build
script:
- go build -v -o latexautoinstaller
artifacts:
expire_in: 2 days
paths:
- "./latexautoinstaller*"