]> granicus.if.org Git - pgbadger/commitdiff
Remove circleci files from the project.
authorGilles Darold <gilles@darold.net>
Wed, 12 Sep 2018 08:39:19 +0000 (10:39 +0200)
committerGilles Darold <gilles@darold.net>
Wed, 12 Sep 2018 08:39:19 +0000 (10:39 +0200)
.circleci/config.yml [deleted file]
CONTRIBUTING.md
META.yml

diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644 (file)
index df56b7d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-version: 2
-
-jobs:
-  test:
-    # Use same version as debian stretch to use packaged dependencies.
-    docker: [{image: "perl:5.24-threaded"}]
-    working_directory: /tmp/pgbadger
-    steps:
-    - run:
-        name: Install debian packages
-        command: >
-          apt update -y &&
-          apt install -y --no-install-recommends git libjson-xs-perl openssh-client
-    - checkout
-    - run:
-        name: Executing tests
-        environment:
-          # Inject APT packaged dependencies.
-          PERL5LIB: /usr/lib/x86_64-linux-gnu/perl5/5.24:/usr/share/perl5
-        command: prove --verbose
-
-  doc:
-    docker: [{image: "perl:5.26"}]
-    working_directory: /tmp/pgbadger
-    steps:
-    - checkout
-    - run:
-        name: Check README is up to date with pod
-        command: |
-          perl Makefile.PL
-          touch --no-create pgbadger
-          make README
-          git diff --exit-code README doc/pgBadger.pod
-
-workflows:
-  version: 2
-  pipeline:
-    jobs:
-    - test
-    - doc
index 1db40f8a3f7c254004ded1c2f091b8790280f431..ffacb906bad4b30256d283139a37b041753f23ff 100644 (file)
@@ -23,4 +23,3 @@ written directly in `doc/pgBadger.pod`. `README` is the text formatting of
 `doc/pgBadger.pod`. Update `README` and `doc/pgBadger.pod` with `make README`
 and commit changes when contributing.
 
-A job in CI ensure all versionned documentations are consistent.
index 7908618c4c81ff5acbd5b731677d69fedf4a0ac3..f94a76f85292d4ec39f1ff685f044310382c2f06 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -4,6 +4,7 @@ version_from: pgbadger
 installdirs:  site
 recommends:
     Text::CSV_XS:                     0
+    JSON::XS:                         0
 
 distribution_type: script
 generated_by: ExtUtils::MakeMaker version 6.17