]> granicus.if.org Git - fortune-mod/commitdiff
travis-fix #1: docmake/docbook
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 15 Aug 2020 12:58:33 +0000 (15:58 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 11:00:36 +0000 (14:00 +0300)
.travis.yml

index 95a584ab2176840aed8e8cdb198d77942efbcfbe..cc9d99b43970afea964e0d891fe963e902ea7362 100644 (file)
@@ -1,20 +1,25 @@
 addons:
     apt:
         packages:
+            - asciidoc
             - cmake
             - cpanminus
+            - dbtoepub
+            - docbook-xsl
+            - docbook-xsl-ns
             - gcc
             - libperl-dev
             - librecode-dev
-            - perl
             - make
+            - perl
             - valgrind
+            - xsltproc
             - xz-utils
             - zip
 before_install:
     - cpanm local::lib
     - eval "$(perl -Mlocal::lib=$HOME/perl_modules)"
-    - cpanm Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind Test::Trap
+    - cpanm App::Docmake Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy Test::Code::TidyAll Test::Differences Test::RunValgrind Test::Trap
 cache:
     directories:
         - $HOME/perl_modules