Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,16 @@ jobs:
- name: Build CMake Framework
working-directory: build/framework
run: make install
- name: Run virtual-device tests (IOHIDUserDevice self-skips on hosted CI)
- name: Run device-I/O and hotplug lifecycle tests
working-directory: build/shared
run: |
# The macOS virtual device needs the com.apple.developer.hid.virtual.device
# entitlement and interactive user consent, neither available on a hosted
# runner, so DeviceIO_darwin self-skips (CTest code 77). This still
# verifies the provider builds and the test runs/links.
ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure
# Verbose output also reports individual hotplug cases skipped when
# no real device is available; device-independent lifecycle checks run.
ASAN_OPTIONS=detect_leaks=0 ctest --verbose --output-on-failure
- name: Check artifacts
uses: andstor/file-existence-action@v2
with:
Expand Down
Loading
Loading