This actions sets up a GNU Prolog environment for use in workflows.
See action.yml for the action metadata. The required gnu-prolog-version input parameter specifies the version to be installed (latest or version number, e.g. 1.4.5; default is latest).
on: pushjobs:
test:
runs-on: macOS-lateststeps:
- name: Install GNU Prolog backenduses: logtalk-actions/setup-gnu-prolog@masterwith:
gnu-prolog-version: latest
- name: Install Logtalkuses: logtalk-actions/setup-logtalk@masterwith:
logtalk-version: latest
- name: Checkout Logtalk application to be testeduses: actions/checkout@v1
- name: Run all tests in the application directoryrun: logtalk_tester -p gnuContributions are most welcome. Contributors are expected to uphold the code of conduct.
This project is released under the Apache License 2.0.
This action is in active development. This action does not support Windows at this time. When using Ubuntu, be sure to use version 20.04 or later as the GNU Prolog package available for 18.04 is broken.