2017-09-22 13:30:14 +00:00
|
|
|
---
|
|
|
|
|
2022-06-27 19:49:30 +00:00
|
|
|
image: "reporunner/archlinux"
|
2019-07-13 22:15:21 +00:00
|
|
|
checkout_dir: /go/src/github.com/Luzifer/password
|
2017-09-22 13:30:14 +00:00
|
|
|
|
|
|
|
commands:
|
2022-06-27 19:49:30 +00:00
|
|
|
- pacman -Sy --noconfirm
|
|
|
|
go
|
|
|
|
nodejs-lts-gallium
|
|
|
|
npm
|
|
|
|
zip
|
|
|
|
- make compile_js
|
|
|
|
- make
|
|
|
|
-C cmd/password
|
|
|
|
-f ../../Makefile
|
|
|
|
publish
|
2017-09-22 13:30:14 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
CGO_ENABLED: 0
|
2022-06-27 19:43:23 +00:00
|
|
|
DRAFT: 'false'
|
2019-02-28 19:34:11 +00:00
|
|
|
GHUSER: Luzifer
|
2022-06-27 19:49:30 +00:00
|
|
|
GOPATH: /go
|
|
|
|
PACKAGES: .
|
2019-02-28 19:34:11 +00:00
|
|
|
REPO: password
|