~starkingdoms/starkingdoms

1dcc384ecf53243d5a803ac448958b6cc237272e — core 21 days ago 75f5204
feat: ci/cd
1 files changed, 18 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +18 -0
@@ 0,0 1,18 @@
image: alpine
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
\ No newline at end of file