Skip to content

Commit

Permalink
Minor fixups for MSYS2 CI (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Apr 20, 2024
1 parent e104532 commit f78a9db
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,19 @@ jobs:
- name: '${{ matrix.icon }} Build'
run: cmake --build build --config ${{env.BUILD_TYPE}}

#- name: '${{ matrix.icon }} Test'
# run: cmake --build build --target check
- name: '${{ matrix.icon }} Test'
run: cmake --build build --target check

- name: '${{ matrix.icon }} Demo'
run: cmake --build build --target demo

- name: '${{ matrix.icon }} Install'
run: cmake --install build && ls -la $INSTALL_LOCATION

- name: '${{ matrix.icon }} Create Archive'
run: tar cvf ${{env.INSTALL_LOCATION}}.tar ${{env.INSTALL_LOCATION}}

- name: '${{ matrix.icon }} Upload Artifacts'
uses: actions/upload-artifact@v4
with:
name: ${{env.INSTALL_LOCATION}}-${{matrix.sys}}
path: ${{env.INSTALL_LOCATION}}.tar
retention-days: 90
path: ${{env.INSTALL_LOCATION}}
retention-days: 14
overwrite: true

0 comments on commit f78a9db

Please sign in to comment.