Migrate CI to GitHub Actions

This commit is contained in:
Dan Rice 2019-10-30 20:45:50 -04:00
parent 59f243c831
commit 79ac907346
5 changed files with 16 additions and 26 deletions

View file

@ -0,0 +1,11 @@
---
name: Continuous Integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: bash -x script/cibuild