add gitlab ci

This commit is contained in:
lukas 2021-08-26 16:37:02 +02:00
parent 662c7f54f3
commit 2a9e4c1117

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
Build_Go:
image: golang:latest
stage: build
script:
- go build -v -o latexautoinstaller
artifacts:
expire_in: 2 days
paths:
- "./latexautoinstaller*"