projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correct close() function when building with MSVC
[tinc]
/
.builds
/
openbsd.yml
1
image: openbsd/7.0
2
3
packages:
4
- meson
5
- pkgconf
6
- lzo2
7
- lz4
8
- miniupnpc
9
- readline
10
- texinfo
11
- cmocka
12
13
sources:
14
- https://github.com/gsliepen/tinc
15
16
tasks:
17
- configure: |
18
cd tinc
19
meson setup build -Dminiupnpc=auto
20
21
- build: |
22
cd tinc
23
ninja -C build
24
25
- test: |
26
cd tinc
27
meson test -C build --verbose