CI: split out the install step

it looks like failing builds aren't reported for msvc - this is either due to
cmake, msvc or because it was done in one step and the last return value was
used... we'll see
master
Martin Gerhardy 2021-10-25 20:47:40 +02:00
parent 63a3a899f4
commit 61fcf3d286
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ jobs:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
- name: install
run: |
cmake --install . --component voxedit --prefix voxedit-install
cmake --install . --component mapview --prefix mapview-install
cmake --install . --component voxconvert --prefix voxconvert-install