projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve handling invitation read errors.
[tinc]
/
.ci
/
build.sh
1
#!/bin/sh
2
3
set -eux
4
5
flags=$(./.ci/conf.sh "$@")
6
7
# shellcheck disable=SC2086
8
meson setup build $flags
9
10
ninja -C build