mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
Add Arch Linux CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user