aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: 0f52f63b846cae73aa0065b0ecffbab07ff286a1 (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 -vw -B-lm
  - build: |
      cd pack
      ./do
  - test: |
      cd pack
      ./test