This actions sets up an ECliPSe environment for use in workflows.
See action.yml for the action metadata. The required eclipse-version input parameter specifies the version to be installed (e.g. '7.0_54'; no default). If you choose a specific version, make sure that it is still available for downloading from the ECliPSe website.
on: pushjobs:
test:
runs-on: ubuntu-lateststeps:
- name: Install ECliPSe backenduses: logtalk-actions/setup-eclipse@masterwith:
eclipse-version: '7.0_54'
- 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 eclipseContributions 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 only supports Linux at this time. The exact version must be specified (i.e. latest cannot currently be used).