doc: update sphinx configuration to python 3
[vis.git] / .builds / openbsd.yml
blob5e80ad47460dc8f582122369f98c6847c7fe10d7
1 image: openbsd/latest
2 packages:
3   - gmake
4   - libtermkey
5   - lua%5.3
6   - lua53-lpeg
7 sources:
8   - https://github.com/martanne/vis
9 tasks:
10   - build: |
11       cd vis
12       ./configure
13       make
14   - test: |
15       cd vis
16       gmake test