mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Simply build.yml
This commit is contained in:
parent
893dcfeb80
commit
35902ff85a
1 changed files with 0 additions and 14 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -29,19 +29,5 @@ jobs:
|
|||
run: perl -V
|
||||
- name: Install dependencies
|
||||
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure
|
||||
if: matrix.perl-version != 'latest'
|
||||
- name: Install dependencies with develop
|
||||
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --with-develop --show-build-log-on-failure
|
||||
if: matrix.perl-version == 'latest'
|
||||
- name: Install Cover
|
||||
run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure Devel::Cover::Report::Coveralls
|
||||
if: matrix.perl-version == 'latest'
|
||||
- name: Run tests
|
||||
run: perl Makefile.PL && make && make test
|
||||
- name: Run Cover
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: |
|
||||
cover -test
|
||||
cover -report coveralls
|
||||
if: matrix.perl-version == 'latest'
|
||||
|
|
Loading…
Add table
Reference in a new issue