mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
CI: enable building with libvvp and suffix on MacOSX
Adding these build variants to the platform in question results in the smallest increase in the number of additional build jobs.
This commit is contained in:
@@ -14,9 +14,9 @@ jobs:
|
||||
mac:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
# matrix:
|
||||
# libvvp: [false, true]
|
||||
# suffix: [false, true]
|
||||
matrix:
|
||||
libvvp: [true]
|
||||
suffix: [true]
|
||||
runs-on: macos-15-intel
|
||||
name: 🍏 macOS${{ matrix.libvvp && ' +libvvp' || '' }}${{ matrix.suffix && ' +suffix' || '' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user