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
filetype: Set "groovy" for Jenkinsfile
[vis.git]
/
.builds
/
openbsd.yml
blob
5e80ad47460dc8f582122369f98c6847c7fe10d7
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