summaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 82aa12d83677d8d8d8755f84ee0fef9eecdc8118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: alpine/edge
packages:
  - acl-dev
  - libtermkey-dev
  - lua5.3-dev
  - lua5.3-lpeg
  - ncurses-dev
sources:
  - https://github.com/martanne/vis
tasks:
  - build: |
      cd vis
      ./configure
      make
  - test: |
      cd vis
      make test