From e03d69a4d32a767a0d5c3e88f6700feab3628527 Mon Sep 17 00:00:00 2001 From: mukesh-deriv <85932084+mukesh-deriv@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:52:41 +0800 Subject: [PATCH] Delete .circleci directory (#94) --- .circleci/config.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index e84dfa7..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: debian:bullseye - steps: - - checkout - - run: - name: Install Perl packages - command: apt-get update && apt-get install -y cpanminus make gcc openssl libssl-dev zlib1g-dev git - - run: - name: Install dzil - command: cpanm --notest Dist::Zilla Dist::Zilla::App::Command::cover App::cpm Devel::Cover::Report::Codecov https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.29.tar.gz https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.30.tar.gz - - run: - name: Install dzil author deps - command: cpm install --show-build-log-on-failure -w 2 --mirror=http://cpan.cpantesters.org/ -g $(dzil authordeps --missing) - - run: - name: Install distribution deps - command: cpm install --show-build-log-on-failure -w 2 --mirror=http://cpan.cpantesters.org/ -g $(dzil listdeps --author --missing) - - run: - name: Run smoke test - command: dzil smoke --release --author - - run: - name: Run coverage test - command: dzil cover -test -report codecov - - run: - name: Run extended author test - command: dzil xtest -