Add GitHub Actions CI

This commit is contained in:
Quantum 2019-12-15 00:41:03 -05:00
parent c4648a0c03
commit b436a047bb

9
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,9 @@
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
run: make