summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-06 11:00:18 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-06 11:00:39 +0100
commit903ed5b91d5cd1372ef67293e6264c50635e611b (patch)
tree83249fcd386fd38423e337ea4ade592ea7c208a8
parentf2e5137a9e2dcd298cd65cbed9799810b47fab86 (diff)
downloadnetsurf-wiki-903ed5b91d5cd1372ef67293e6264c50635e611b.tar.gz
netsurf-wiki-903ed5b91d5cd1372ef67293e6264c50635e611b.tar.bz2
add xxd dependancy to bsd CI instructions
-rw-r--r--continuous_integration/freebsd_setup.mdwn3
-rw-r--r--continuous_integration/openbsd_setup.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/continuous_integration/freebsd_setup.mdwn b/continuous_integration/freebsd_setup.mdwn
index 41a2731..a1896af 100644
--- a/continuous_integration/freebsd_setup.mdwn
+++ b/continuous_integration/freebsd_setup.mdwn
@@ -87,6 +87,9 @@ Required packages:
gperf
rsync
openjdk
+ vim-console
+
+vim-console is required for the xxd tool
### config
diff --git a/continuous_integration/openbsd_setup.mdwn b/continuous_integration/openbsd_setup.mdwn
index e8dd5ef..d94d498 100644
--- a/continuous_integration/openbsd_setup.mdwn
+++ b/continuous_integration/openbsd_setup.mdwn
@@ -80,9 +80,12 @@ Ensure all ports were added in the install or mess with ports as needed
pkg_add -v rsync-3.1.2p0-iconv git check doxygen
pkg_add -v gperf flex bison gtk+2 png jpeg
pkg_add -v wget curl bash gmake p5-HTML-Parser
+ pkg_add -v vim-8.0.0388-no_x11-lua
for historical reasons link gflex to flex in /usr/bin
+The VIM package is necessary to install the xxd tool
+
### config
Add node on jenkins master CI instance