First attempt at setting up GitHub Actions for #73

This commit is contained in:
Rob Giseburt
2020-01-10 19:25:12 -06:00
parent 917bb06d9a
commit 1bdbf5cc06
+20
View File
@@ -0,0 +1,20 @@
name: C/C++ CI
on:
push:
branches:
- edge-private
pull_request:
branches:
- p*-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
working-directory: ./g2core
run: make CONFIG=OthermillPro VERBOSE=2