From 59f169733a76201b3dcb2e1913861478bd743fdd Mon Sep 17 00:00:00 2001 From: core Date: Sun, 26 Apr 2026 16:35:06 -0400 Subject: [PATCH] feat: add linux native build --- .build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 88ab3c9ef85702f3f1d84f4863073e6b4e16147b..57737ded412689fc5394efaecb4feed8641a0cfd 100644 --- a/.build.yml +++ b/.build.yml @@ -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