aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: 7f972796a540a68e2f80dfb29a66450f87c51878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: openbsd/latest
packages:
  - bash
sources:
  - https://git.sr.ht/~tk/pack
tasks:
  - setup: |
      cd pack
      ftp 'https://the-tk.com/files/do'
      chmod +x do
      ./configure -Wclang -v -B-lm
  - build: |
      cd pack
      ./do
  - test: |
      cd pack
      ./test