diff options
Diffstat (limited to '.builds/debian.yml')
| -rw-r--r-- | .builds/debian.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml new file mode 100644 index 0000000..249444a --- /dev/null +++ b/.builds/debian.yml @@ -0,0 +1,19 @@ +image: debian/stable +packages: + - libacl1-dev + - liblua5.3-dev + - libncursesw5-dev + - libselinux1-dev + - libtermkey-dev + - libtre-dev + - lua-lpeg +sources: + - https://github.com/martanne/vis +tasks: + - build: | + cd vis + ./configure + make + - test: | + cd vis + make test |
