projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make the ExperimentalProtocol option obsolete.
[tinc]
/
.ci
/
bsd
/
run.sh
1
#!/bin/sh
2
3
set -eu
4
5
flavor=$1
6
7
cd tinc
8
9
meson setup "$flavor" -D crypto="$flavor" -D miniupnpc=auto
10
11
meson test -C "$flavor" --verbose