projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add tests for dump commands
[tinc]
/
.ci
/
build.sh
1
#!/bin/sh
2
3
set -eux
4
5
dir="$1"
6
shift
7
8
flags=$(./.ci/conf.sh "$@")
9
10
# shellcheck disable=SC2086
11
meson setup "$dir" $flags
12
13
ninja -C "$dir"