aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 4a0cc9e223f1d2423d2dd0f6c350d5c449aa8e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: freebsd/latest
packages:
  - gmake
  - libtermkey
  - lua53
  - lua53-lpeg
  - pkgconf
sources:
  - https://github.com/martanne/vis
tasks:
  - build: |
      cd vis
      ./configure
      make
  - test: |
      cd vis
      gmake test