1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

add build_all.sh until we have GH CI

This commit is contained in:
Rene Schallner 2023-02-14 09:38:42 +01:00
parent 967c23aa2b
commit 6af5c78e9e
2 changed files with 13 additions and 0 deletions

6
build_all.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
for i in $(cat targets.txt) ; do
echo "-------------------------------------------"
echo $i
zig build $i
done

7
targets.txt Normal file
View file

@ -0,0 +1,7 @@
hello
hello2
routes
serve
hello_json
endpoint
wrk