mirror of
https://github.com/synthetos/g2.git
synced 2026-09-24 05:53:49 +08:00
First attempt at setting up GitHub Actions for #73
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user