Skip to content

Commit c10925d

Browse files
z3ntuQbicz
authored andcommitted
Add MinGW (using Fedora) CI
1 parent fb5349a commit c10925d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.builds/fedora-mingw.yml

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

0 commit comments

Comments
 (0)