aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-09-07 11:28:09 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-09-07 11:28:09 +0100
commitf1c40de318d9056320db8e96449dfb1bf0d16aeb (patch)
tree1e85990b9a8c411e836a3b1390360624c7178721 /.builds
parent9ba812ef644c64362cc0f62fbcfa19568712df24 (diff)
downloadimv-f1c40de318d9056320db8e96449dfb1bf0d16aeb.tar.gz
srht: Add asciidoc to CI dependencies
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml1
-rw-r--r--.builds/debian.yml1
-rw-r--r--.builds/fedora.yml1
-rw-r--r--.builds/freebsd.yml1
-rw-r--r--.builds/ubuntu.yml1
5 files changed, 5 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 6186aba..98693ac 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -1,5 +1,6 @@
image: archlinux
packages:
+ - asciidoc
- clang
- cmocka
- freeimage
diff --git a/.builds/debian.yml b/.builds/debian.yml
index aed4546..35acb08 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -1,5 +1,6 @@
image: debian/stable
packages:
+ - asciidoc
- clang
- libcmocka-dev
- libegl1-mesa-dev
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index 0d07d5e..28c46aa 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -1,5 +1,6 @@
image: fedora/latest
packages:
+ - asciidoc
- clang
- freeimage-devel
- libX11-devel
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 191ee87..edf0171 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -11,6 +11,7 @@ packages:
- graphics/png
- graphics/tiff
- sysutils/cmocka
+ - textproc/asciidoc
- x11-toolkits/pango
- x11/libxcb
- x11/libxkbcommon
diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml
index be2b734..3bf8d19 100644
--- a/.builds/ubuntu.yml
+++ b/.builds/ubuntu.yml
@@ -1,5 +1,6 @@
image: ubuntu/latest
packages:
+ - asciidoc
- clang
- libcmocka-dev
- libegl1-mesa-dev