Inline build pipeline.

This commit is contained in:
Tom Alexander
2024-04-06 12:21:18 -04:00
parent 4e9f1e4fac
commit a4e433dab1
8 changed files with 672 additions and 379 deletions

View File

@@ -5,3 +5,7 @@ RUN cargo install --locked --no-default-features --features ci-autoclean cargo-c
RUN rustup component add rustfmt
RUN rustup component add clippy
RUN rustup component add rustc-codegen-cranelift
FROM builder AS wasm
RUN rustup target add wasm32-unknown-unknown