Try to build using github CI.

This commit is contained in:
David Given
2019-12-13 22:44:58 +01:00
parent 23311b4b68
commit 05eff0e528

View File

@@ -9,11 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
- name: apt
run: apt install libusb-1.0-0-dev libsqlite3-dev
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck