This commit is contained in:
Romain de Laage 2021-03-15 20:49:05 +01:00
parent a5ec048c86
commit 9387658f31
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: golang:latest
build:
tags:
- docker
script:
- go build
artifacts:
paths:
- main