Skip to content

Commit aaa8788

Browse files
z3ntuQbicz
authored andcommitted
Add Alpine CI
1 parent c10925d commit aaa8788

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.builds/alpine.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
image: alpine/edge
2+
packages:
3+
- autoconf
4+
- automake
5+
- libtool
6+
- eudev-dev
7+
- libusb-dev
8+
- linux-headers
9+
sources:
10+
- https://github.com/libusb/hidapi
11+
tasks:
12+
- setup: |
13+
cd hidapi
14+
./bootstrap
15+
./configure
16+
- build: |
17+
cd hidapi
18+
make
19+
make DESTDIR=$PWD/root install

0 commit comments

Comments
 (0)