Closed webmaster128 closed 3 years ago
Let's get some basic CI testing in place
make build
shellcheck
.sh
We can use circleci, but there we need machine containers in order to do the docker build (as in https://github.com/CosmWasm/wasmvm/blob/v0.12.0/.circleci/config.yml#L119-L121).
machine
Let's get some basic CI testing in place
make build
(not publish)shellcheck
on all.sh
filesWe can use circleci, but there we need
machine
containers in order to do the docker build (as in https://github.com/CosmWasm/wasmvm/blob/v0.12.0/.circleci/config.yml#L119-L121).