1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-19 16:02:58 +00:00
wasm-openssl/.repo-runner.yaml

12 lines
169 B
YAML
Raw Normal View History

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/wasm-openssl
commands:
- make publish
environment:
ARCHS: js/wasm
CGO_ENABLED: 0