Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Build parallel port code for supported systems
Test building parallel port code for supported systems. Unsupported systems are: * MSVC compiler (does not support GNU style inline asm) * macos operating system (no macos implementations for preprocessor macros DO_PPI_READ, DO_PPI_WRITE, ppi_claim, ppi_release) This means the CI can test * native Linux builds (yes, even for arm systems) * native Windows builds using mingw Untested at this time are the BSDs.
- Loading branch information