Skip to content
Snippets Groups Projects
Commit 799fc08f authored by Ethan Robert's avatar Ethan Robert
Browse files

Added GitHub actions

parent 12280c61
No related branches found
No related tags found
No related merge requests found
name: Linux Install and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run install-linux.sh
run: ./install-linux.sh
- name: Test Grapp executable
run: /opt/grapp/bin/Grapp --version
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment