about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
blob: 1d772f890cb42e411f7a24a92070c97d803bc70f (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 -cvf freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin