From: Gilles Darold Date: Wed, 12 Sep 2018 08:39:19 +0000 (+0200) Subject: Remove circleci files from the project. X-Git-Tag: v10.1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a773e8afd9e218dbe5e28da4ee0fef2560ac50af;p=pgbadger Remove circleci files from the project. --- diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index df56b7d..0000000 --- a/.circleci/config.yml +++ /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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1db40f8..ffacb90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/META.yml b/META.yml index 7908618..f94a76f 100644 --- 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