LatexAutoInstaller/.gitlab-ci.yml

10 lines
176 B
YAML
Raw Normal View History

2021-08-26 14:37:02 +00:00
Build_Go:
image: golang:latest
stage: build
script:
- go build -v -o latexautoinstaller
artifacts:
expire_in: 2 days
paths:
- "./latexautoinstaller*"