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

Oh, I forgot, we're using GitLab right now.

parent 799fc08f
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