mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
wasm clippy in earthfile
This commit is contained in:
parent
a363b26673
commit
ff2f2125b0
@ -136,6 +136,7 @@ code-android:
|
||||
clippy:
|
||||
FROM +code-linux
|
||||
RUN cargo clippy
|
||||
RUN cargo clippy --manifest-path=veilid-wasm/Cargo.toml --target wasm32-unknown-unknown
|
||||
|
||||
# Build
|
||||
build-release:
|
||||
@ -181,7 +182,10 @@ build-android:
|
||||
unit-tests-clippy-linux:
|
||||
FROM +code-linux
|
||||
RUN cargo clippy
|
||||
RUN cargo clippy --target=wasm32-unknown-unknown
|
||||
|
||||
unit-tests-clippy-wasm-linux:
|
||||
FROM +code-linux
|
||||
RUN cargo clippy --manifest-path=veilid-wasm/Cargo.toml --target wasm32-unknown-unknown
|
||||
|
||||
unit-tests-docs-linux:
|
||||
FROM +code-linux
|
||||
@ -201,6 +205,9 @@ unit-tests-linux:
|
||||
WAIT
|
||||
BUILD +unit-tests-clippy-linux
|
||||
END
|
||||
WAIT
|
||||
BUILD +unit-tests-clippy-wasm-linux
|
||||
END
|
||||
WAIT
|
||||
BUILD +unit-tests-docs-linux
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user