bingobot/.gitlab-ci.yml
2024-11-06 11:54:36 -08:00

13 lines
160 B
YAML

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