mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
add build_all.sh until we have GH CI
This commit is contained in:
parent
967c23aa2b
commit
6af5c78e9e
2 changed files with 13 additions and 0 deletions
6
build_all.sh
Executable file
6
build_all.sh
Executable 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
7
targets.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
hello
|
||||||
|
hello2
|
||||||
|
routes
|
||||||
|
serve
|
||||||
|
hello_json
|
||||||
|
endpoint
|
||||||
|
wrk
|
Loading…
Add table
Reference in a new issue