mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
18 lines
602 B
YAML
18 lines
602 B
YAML
---
|
|
|
|
image: "reporunner/archlinux"
|
|
checkout_dir: /go/src/github.com/Luzifer/twitch-bot
|
|
|
|
commands:
|
|
# Dependencies for downloading libraries
|
|
- echo -e "[luzifer]\nSigLevel = Optional TrustAll\nServer = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/\$arch" >>/etc/pacman.conf
|
|
- pacman -Syy --noconfirm awk curl git go golangci-lint-bin make nodejs-lts-fermium npm tar unzip which zip
|
|
- make lint test publish
|
|
|
|
environment:
|
|
DRAFT: "false"
|
|
CGO_ENABLED: 0
|
|
GO111MODULE: on
|
|
GOPATH: /go
|
|
MOD_MODE: readonly
|
|
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/go/bin
|