CosmWasm / optimizer

Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
Apache License 2.0
123 stars 61 forks source link

Create CI setup #30

Closed webmaster128 closed 3 years ago

webmaster128 commented 3 years ago

Let's get some basic CI testing in place

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).