1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-19 07:52:58 +00:00
wasm-openssl/.repo-runner.yaml
Knut Ahlers d245c44322
Disable tests during build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-13 16:32:00 +02:00

13 lines
188 B
YAML

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