Add Github actions.

This commit is contained in:
Eduard Tolosa 2020-10-13 13:21:41 -05:00
parent 22815c5d87
commit 55ec17ae3c

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

@ -0,0 +1,13 @@
name: Github Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose