1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/.repo-runner.yaml
Knut Ahlers 0ccfdd30af
Build javascript directly in container
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-06-28 00:22:54 +02:00

24 lines
377 B
YAML

---
image: "reporunner/archlinux"
checkout_dir: /go/src/github.com/Luzifer/password
commands:
- pacman -Sy --noconfirm
go
nodejs-lts-gallium
npm
zip
- make compile_js
- make
-C cmd/password
-f ../../Makefile
publish
environment:
CGO_ENABLED: 0
DRAFT: 'false'
GHUSER: Luzifer
GOPATH: /go
PACKAGES: .
REPO: password