This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
K1NG-Driver/includes/libusb-1.0.30/.github/workflows/msys2_clang64.yml
T
2026-07-28 22:28:01 +02:00

22 lines
534 B
YAML

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