Skip to content

Commit

Permalink
Test build of wpilibio on macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 23, 2023
1 parent 97a3133 commit 6e80136
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ jobs:
strategy:
matrix:
host:
- {
os: macos-latest,
displayName: "macOS",
classifier: "osxuniversal",
}
- { os: macos-12, displayName: "macOS", classifier: "osxuniversal" }
- {
os: ubuntu-22.04,
displayName: "Linux",
Expand Down Expand Up @@ -153,6 +149,16 @@ jobs:
if: github.event_name == 'release'
uses: battila7/get-version-action@v2

- name: "Debug: Build nativezip for macOS"
if: matrix.host.displayName == 'macOS'
run: bazelisk build //conduit/wpilibio/osxuniversal:nativezip
- name: "Debug: Upload nativezip for macOS"
if: matrix.host.displayName == 'macOS'
uses: actions/upload-artifact@v3
with:
name: wpilibio-${{ matrix.host.classifier }}.zip
path: bazel-bin/conduit/wpilibio/osxuniversal/wpilibio-dev-${{ matrix.host.classifier }}.zip

# Upload conduit build
- name: "Release: Install Dependencies"
if: github.event_name == 'release'
Expand Down

0 comments on commit 6e80136

Please sign in to comment.