Add Arch Linux CI

This commit is contained in:
Luca Weiss
2019-06-05 15:07:52 +02:00
committed by Filip Kubicz
parent aaa8788e12
commit d1d330c1bf
+12
View File
@@ -0,0 +1,12 @@
image: archlinux
sources:
- https://github.com/libusb/hidapi
tasks:
- setup: |
cd hidapi
./bootstrap
./configure
- build: |
cd hidapi
make
make DESTDIR=$PWD/root install