blob: 979b852e35bbeb5254a99871d5c35c6086d9953b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
image: freebsd/latest
packages:
- gmake
sources:
- https://git.sr.ht/~spicywolf/nbtpd
triggers:
- action: email
condition: always
to: ~spicywolf/[email protected]
artifacts:
- freebsd-nbtpd.tar
tasks:
- build: |
cd nbtpd
gmake
- release: |
cd nbtpd
gmake release
- tar: |
tar -cv freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin
|