mirror of
https://github.com/Luzifer/wasm-openssl.git
synced 2024-11-08 14:50:10 +00:00
13 lines
205 B
YAML
13 lines
205 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
|
|
DRAFT: "false"
|
|
NO_TESTS: "true"
|