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