aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-04 23:24:27 +0900
committernsfisis <nsfisis@gmail.com>2025-05-04 23:58:04 +0900
commit4850c42e79a395bf958005f16f19be4ea798a3c4 (patch)
treef40fdfc158d5012a0e7d68bce33aa957b48d821f /justfile
parentdad74f4d1e786f7dcfcc4b1bc93928b959aaa287 (diff)
downloadP4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.tar.gz
P4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.tar.zst
P4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.zip
simplify build test
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 9020638..12eeb46 100644
--- a/justfile
+++ b/justfile
@@ -20,6 +20,9 @@ test TESTCASE="all" $BIN="p4dcc": build
else
bash tests/run.sh {{TESTCASE}}
fi
+ if [[ $BIN = p4dcc ]]; then
+ just build2
+ fi
clean:
rm p4dcc*