aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: a3032edfb92d0bb104a80a253ad1b095f99d514b (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://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