visualdoj / setup-fpc

GitHub Action for installing fpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Free Pascal Compiler

GitHub action for installing free pascal compiler. Works on Linux, Windows and macOS runners.

Example

      - name: Setup
        uses: visualdoj/setup-fpc@main

      - name: Compile
        run:  fpc hello.pas

      - name: Run
        run:  "${{ github.workspace }}/hello"

Also visit repository visualdoj/hello-fpc to see an example in action.

About

GitHub Action for installing fpc

License:The Unlicense


Languages

Language:Shell 100.0%