add gitlab ci
This commit is contained in:
parent
662c7f54f3
commit
2a9e4c1117
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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*"
|
Loading…
Reference in New Issue
Block a user