Create make.yml

This commit is contained in:
ksherlock 2020-11-12 10:24:16 -05:00 committed by GitHub
parent 885fcc7958
commit d3df7b2c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/make.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: make
run: make all