mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-01-31 01:25:21 +01:00
Add Alpine CI
This commit is contained in:
19
.builds/alpine.yml
Normal file
19
.builds/alpine.yml
Normal 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
|
||||
Reference in New Issue
Block a user