chore(ci): try github actions

This commit is contained in:
Jeremy Attali 2019-12-28 21:57:45 -05:00 committed by GitHub
parent bdc1215cae
commit a46fbfe32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
meson build
ninja -C build