Simple CI setup for NetBSD

This commit is contained in:
Andreas T Jonsson
2024-04-25 12:46:55 +02:00
parent ce80c37c75
commit 101abb3004
3 changed files with 50 additions and 24 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
ODIN=../../odin
all: rtti_test map_test pow_test 128_test asan_test
all: all_bsd asan_test
all_bsd: rtti_test map_test pow_test 128_test
rtti_test:
$(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal