Skip to content

Commit

Permalink
Try dev drive for full Windows compiler build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 8, 2024
1 parent 877613a commit eee7fb6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_windows_x64_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
defaults:
run:
shell: bash
env:
BUILD_DIR: build-windows
steps:
- name: (Windows) Setup Dev Drive
uses: samypr100/setup-dev-drive@v3
with:
drive-size: 8GB
- name: "Checking out repository"
uses: actions/[email protected]
with:
Expand All @@ -47,6 +49,10 @@ jobs:
- name: "Configuring MSVC"
uses: ilammy/[email protected]
- name: "Building IREE"
env:
BUILD_DIR: ${{ env.DEV_DRIVE_WORKSPACE }}/build
run: ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
- name: "Testing IREE"
env:
BUILD_DIR: ${{ env.DEV_DRIVE_WORKSPACE }}/build
run: ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"

0 comments on commit eee7fb6

Please sign in to comment.