2017-08-03 16:33:56 +00:00
|
|
|
---
|
|
|
|
|
2021-09-26 12:49:18 +00:00
|
|
|
image: "reporunner/archlinux"
|
2017-08-03 16:33:56 +00:00
|
|
|
checkout_dir: /go/src/github.com/Luzifer/ots
|
|
|
|
|
|
|
|
commands:
|
2021-09-08 15:43:24 +00:00
|
|
|
# Dependencies for downloading libraries
|
2021-09-26 12:49:18 +00:00
|
|
|
- pacman -Syy --noconfirm awk curl git go make nodejs-lts-fermium npm tar unzip which zip
|
2017-08-03 16:33:56 +00:00
|
|
|
- make publish
|
|
|
|
|
|
|
|
environment:
|
|
|
|
CGO_ENABLED: 0
|
2021-09-26 12:49:18 +00:00
|
|
|
DRAFT: "false"
|
|
|
|
GOPATH: /go
|