Skip to content

Commit d1d330c

Browse files
z3ntuQbicz
authored andcommitted
Add Arch Linux CI
1 parent aaa8788 commit d1d330c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.builds/archlinux.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: archlinux
2+
sources:
3+
- https://github.com/libusb/hidapi
4+
tasks:
5+
- setup: |
6+
cd hidapi
7+
./bootstrap
8+
./configure
9+
- build: |
10+
cd hidapi
11+
make
12+
make DESTDIR=$PWD/root install

0 commit comments

Comments
 (0)