~starkingdoms/starkingdoms

59f169733a76201b3dcb2e1913861478bd743fdd — core 16 days ago d5ae439
feat: add linux native build
1 files changed, 5 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +5 -1
@@ 26,4 26,8 @@ tasks:
  - web_client: |
      source ~/.profile
      cd starkingdoms
      cargo xtask unified:web:client
\ No newline at end of file
      cargo xtask unified:web:client
  - linux_native: |
      source ~/.profile
      cd starkingdoms
      cargo build --release -F native -F client -F server
\ No newline at end of file