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