Skip to content

Add support for setting the log callback with libusb_set_option/libusb_init_context #77

Add support for setting the log callback with libusb_set_option/libusb_init_context

Add support for setting the log callback with libusb_set_option/libusb_init_context #77

Workflow file for this run

name: MSYS2 clang32 build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
with:
msystem: clang32
update: true
install: git mingw-w64-clang-i686-cc mingw-w64-clang-i686-autotools
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./bootstrap.sh
./.private/ci-build.sh --build-dir build-msys2-clang32