Skip to content

Commit

Permalink
Update ci-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Dec 19, 2024
1 parent f9b7cbb commit ed8ff83
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Configure CMake
run: |
cmake -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DCMAKE_POLICY_DEFAULT_CMP0135=NEW -DCMAKE_INSTALL_PREFIX=${{github.workspace}}\build\deploy
cmake -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DCMAKE_POLICY_DEFAULT_CMP0135=NEW
- name: Build
run: cmake --build ${{github.workspace}}\build --parallel --config ${{ matrix.buildtype }} --verbose
Expand All @@ -46,14 +46,10 @@ jobs:
run: |
"${{github.workspace}}\build\${{ matrix.buildtype }}\HDRView.exe --help"
- name: Install
working-directory: ${{github.workspace}}/build
run: |
cmake --install . --config ${{ matrix.buildtype }}
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ matrix.config.os }}-${{ matrix.buildtype }}
path: |
"${{github.workspace}}\build\deploy"
"${{github.workspace}}\build\${{ matrix.buildtype }}\HDRView.exe"
"${{github.workspace}}\build\assets\"

0 comments on commit ed8ff83

Please sign in to comment.