bingobot/.gitlab-ci.yml
2024-11-06 11:52:16 -08:00

12 lines
143 B
YAML

image: golang:latest
stages:
- build
compile:
stage: build
script:
- go build -o bingobot
artifacts:
paths:
- bingobot