Add Alpine CI

This commit is contained in:
Luca Weiss
2019-06-05 15:05:28 +02:00
committed by Filip Kubicz
parent c10925d48a
commit aaa8788e12

19
.builds/alpine.yml Normal file
View File

@@ -0,0 +1,19 @@
image: alpine/edge
packages:
- autoconf
- automake
- libtool
- eudev-dev
- libusb-dev
- linux-headers
sources:
- https://github.com/libusb/hidapi
tasks:
- setup: |
cd hidapi
./bootstrap
./configure
- build: |
cd hidapi
make
make DESTDIR=$PWD/root install