Skip to content

Commit

Permalink
ci: msvc install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Feb 27, 2024
1 parent 0d4e81f commit 0574156
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ jobs:
- name: "cm: build"
run: cmake --build _build-cm --config ${{env.BUILD_TYPE}} --verbose
- name: "cm: install"
run: cmake --build _build-cm --target install DESTDIR=$PWD/_dest-cm
- name: "cm: list installed files"
run: find _dest-cm | env LC_ALL=C sort | sed 's|^_dest-cm||'
run: cmake --build _build-cm --target install

# This is running in powershell, not sh. Therefore find, env,
# sort do not work as usual.

mingw:
runs-on: windows-latest
Expand Down

0 comments on commit 0574156

Please sign in to comment.