about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
blob: ad96f2dfc019f4a3b5daa5de438ff775adbf581e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: freebsd/latest
packages:
  - gmake
  - rust
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