about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
blob: ec54f4093418cf8b248da3638d2fac48790ecd6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: freebsd/latest
packages:
  - gmake
sources:
  - https://git.sr.ht/~spicywolf/libspicy
triggers:
  - action: email
    condition: always
    to: ~spicywolf/[email protected]
tasks:
  - build: |
      cd libspicy
      gmake
  - release: |
      cd libspicy
      gmake release