]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix #2: missing docmake deps
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Aug 2020 16:21:52 +0000 (19:21 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Aug 2020 16:21:52 +0000 (19:21 +0300)
.appveyor.yml

index 38eb3148bab4c577aba50854f01032c1f1be9fdb..6a1e98b9d7ccb14cc87d0214d92663bddb59403b 100644 (file)
@@ -17,7 +17,7 @@ install:
     - SET PERL_LOCAL_LIB_ROOT=C:/Perl5
     - SET PERL_MB_OPT=--install_base C:/Perl5
     - SET PERL_MM_OPT=INSTALL_BASE=C:/Perl5
-    - cpanm --notest Env::Path IO::All Perl::Tidy Pod::Coverage::TrustPod String::ShellQuote Test::Code::TidyAll Test::Differences Test::EOL Test::Pod Test::Pod::Coverage Test::RunValgrind Test::TrailingSpace Test::Trap
+    - cpanm --notest App::Docmake Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount Env::Path File::Find::Object IO::All List::Util Path::Tiny Perl::Critic Perl::Tidy Pod::Coverage::TrustPod String::ShellQuote Test::Code::TidyAll Test::Differences Test::EOL Test::Pod Test::Pod::Coverage Test::RunValgrind Test::TrailingSpace Test::Trap
 build: off
 test_script:
     - set CMAKE_MAKE_PROGRAM=C:\strawberry\c\bin\gmake.exe