blob: 282d38f3825f338506b5fc731707e4ece2efa9a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: freebsd/current
packages:
- gmake
sources:
- https://git.sr.ht/~spicywolf/nbtpd
triggers:
- action: email
condition: always
to: ~spicywolf/[email protected]
tasks:
- build: |
cd nbtpd
gmake
|