Skip to content

Commit

Permalink
Dont' ice build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 31, 2024
1 parent 779a63f commit 74ddcc0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
include:
- os: ubuntu-22.04
ice_build_flags: srcs
- os: macos-14
ice_build_flags: srcs
- os: windows-2022
ice_build_flags: /t:BuildDist

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -44,6 +50,7 @@ jobs:
timeout-minutes: 90
with:
working_directory: ice
build_flags: ${{ matrix.ice_build_flags || '' }}

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 74ddcc0

Please sign in to comment.