diff --git a/.builds/alpine.yml b/.builds/alpine.yml new file mode 100644 index 0000000..776c38f --- /dev/null +++ b/.builds/alpine.yml @@ -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