repo.or.cz
/
vis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: update
[vis.git]
/
.builds
/
alpine.yml
blob
65adc79e3d7837fd583a708a0e2d3fd33862fd68
1
image: alpine/edge
2
packages:
3
- acl-dev
4
- libtermkey-dev
5
- lua5.3-dev
6
- lua5.3-lpeg
7
- ncurses-dev
8
- ncurses-terminfo
9
sources:
10
- https://github.com/martanne/vis
11
tasks:
12
- build: |
13
cd vis
14
./configure
15
make
16
- test: |
17
cd vis
18
make test