test: update
[vis.git] / .builds / freebsd.yml
blob6e9a6eb6bf91fdc6af81c24ae7defc27b35c9f3e
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