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