1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-18 23:42:57 +00:00
wasm-openssl/.repo-runner.yaml

14 lines
205 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
DRAFT: "false"
NO_TESTS: "true"