Skip to content

Commit 2d664e3

Browse files
z3ntuQbicz
authored andcommitted
Add FreeBSD CI
1 parent d98c408 commit 2d664e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.builds/freebsd.yml

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

0 commit comments

Comments
 (0)