Results 1 to 3 of 3

Thread: GitHub Action for the Free Pascal Compiler

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Never used GitHub Actions, and I think I'll never use it (short history: Microsoft using project sources without complying with the license) but I'm curious: what about 3th party libraries?
    No signature provided yet.

  2. #2
    For third party libraries, you'd need to handle them the same way as in other languages: either install the development files during your CI/CD run, or have them bundled in the repository.

    Thanks for the question, though - it made me realize it could be useful to have some kind of "exclude-files" input in the Action, so that you could ignore compiler messages pertaining to 3rd-party files.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •