]> granicus.if.org Git - fortune-mod/commitdiff
Instruct the CI config file to inst missing deps.
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 12 Dec 2021 11:23:28 +0000 (13:23 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 12 Dec 2021 11:23:28 +0000 (13:23 +0200)
Install missing dependencies that are required by the build or tests.

See:

* https://en.wikipedia.org/wiki/Travis_CI

* https://en.wikipedia.org/wiki/Continuous_integration .

.act-github/workflows/use-github-actions.yml
.appveyor.yml
.github/workflows/use-github-actions.yml
.github/workflows/windows-x64.yml
.travis.yml

index 2efa0ed5d86cf903efd7b6e3787f6d25ca457dc1..1f06d0cca5b1cd8d6bb430a0506ff4dcf22e2bc3 100644 (file)
@@ -18,7 +18,7 @@ jobs:
                 } ; local_lib_shim ; 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
+                Test::Differences Test::RunValgrind Test::TrailingSpace Test::Trap
         -   run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
                 } ; local_lib_shim ; true
         -   run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
index 7194f558652882a5447bfe9c404049a462f51627..098f2fa914f752050c7c73e0f057516cd25a77bd 100644 (file)
@@ -23,7 +23,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 App::Docmake Code::TidyAll::Plugin::ClangFormat Code::TidyAll::Plugin::Flake8 Code::TidyAll::Plugin::TestCount Env::Path File::Find::Object List::Util Path::Tiny Perl::Critic Perl::Tidy String::ShellQuote Test::Code::TidyAll Test::Differences Test::RunValgrind Test::TrailingSpace Test::Trap
+    - cpanm --notest 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::TrailingSpace Test::Trap
     - if not exist C:\libtap mkdir C:\libtap
     - copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
     # - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
index 2efa0ed5d86cf903efd7b6e3787f6d25ca457dc1..1f06d0cca5b1cd8d6bb430a0506ff4dcf22e2bc3 100644 (file)
@@ -18,7 +18,7 @@ jobs:
                 } ; local_lib_shim ; 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
+                Test::Differences Test::RunValgrind Test::TrailingSpace Test::Trap
         -   run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
                 } ; local_lib_shim ; true
         -   run: local_lib_shim() { eval "$(perl -Mlocal::lib=$HOME/perl_modules)";
index 9247c0a6bc90b3ffdcdd21c958d67d0fcbb11871..7534f007fb9153cb7ad8e7d32a4309181dd17295 100644 (file)
@@ -34,8 +34,6 @@ jobs:
 
                     Code::TidyAll::Plugin::TestCount
 
-                    Env::Path
-
                     File::Find::Object
 
                     List::Util
@@ -46,8 +44,6 @@ jobs:
 
                     Perl::Tidy
 
-                    String::ShellQuote
-
                     Test::Code::TidyAll
 
                     Test::Differences
index be83313f21dab291a7827134234f3a6bd83b430f..087018961afb90840d081e7b42b2ffb574e4ecbb 100644 (file)
@@ -19,7 +19,7 @@ addons:
 before_install:
     - cpanm local::lib
     - eval "$(perl -Mlocal::lib=$HOME/perl_modules)"
-    - 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
+    - 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::TrailingSpace Test::Trap
 cache:
     directories:
         - $HOME/perl_modules