image: alpine/edge
packages:
- cargo
sources:
- https://git.srht.e3t.cc/~starkingdoms/starkingdoms
tasks:
- native_server: |
cd starkingdoms
cargo clippy --package starkingdoms -F native -F server
- native_client: |
cd starkingdoms
cargo clippy --package starkingdoms -F native -F client
- native_ls: |
cd starkingdoms
cargo clippy --package starkingdoms -F native -F server -F client
- web_client: |
cd starkingdoms
cargo clippy --target wasm32-unknown-unknown --package starkingdoms -F wasm -F client