Create make.yml

This commit is contained in:
ksherlock 2020-11-12 15:26:24 -05:00 committed by GitHub
parent 65f33ceba0
commit 0829629715
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: Make
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