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