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
/
freebsd.yml
blob
6e9a6eb6bf91fdc6af81c24ae7defc27b35c9f3e
1
image: freebsd/latest
2
packages:
3
- gmake
4
- libtermkey
5
- lua52
6
- lua52-lpeg
7
- pkgconf
8
sources:
9
- https://github.com/martanne/vis
10
tasks:
11
- build: |
12
cd vis
13
./configure
14
make
15
- test: |
16
cd vis
17
gmake test