aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
blob: b16377570a42e9405b791530f7f2026b89350a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: freebsd/latest
packages:
  - bash
  - curl
sources:
  - https://git.sr.ht/~tk/pack
tasks:
  - setup: |
      cd pack
      curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
      chmod +x do
      ./configure -Wclang -v -B-lm
  - build: |
      cd pack
      ./do
  - test: |
      cd pack
      ./test