[DBIx-Class-Devel] [dbsrgits/sql-translator] CI actually working (PR #147)

mohawk2 notifications at github.com
Sat Oct 1 23:41:24 GMT 2022


@mohawk2 commented on this pull request.



>            - '5.32'
           - '5.34'
           - '5.36'
     container:
       image: perl:${{ matrix.perl-version }}
     steps:
       - uses: actions/checkout at v2
-      - name: perl -V
-        run: perl -V
-      - name: Install early dep
-        run: cpanm -n File::ShareDir::Install
+      - name: dev packages for testing
+        run: apt update && apt install -y libgd-dev graphviz libxml2-dev
+      - name: Install early + extra deps
+        run: cpanm -n File::ShareDir::Install DBD::SQLite CGI

Would it be better to add DBD::SQLite CGI to the develop-requires? FSDI needs to be there so the `Makefile.PL` will run.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/147#pullrequestreview-1127576096
You are receiving this because you are subscribed to this thread.

Message ID: <dbsrgits/sql-translator/pull/147/review/1127576096 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20221001/79640503/attachment-0001.htm>


More information about the DBIx-Class-Devel mailing list