GITHUB: updated workflow to upload artifacts

master
Martin Gerhardy 2020-05-14 23:23:19 +02:00
parent ebb1a75fa2
commit 281edd8b24
1 changed files with 12 additions and 0 deletions

View File

@ -56,9 +56,21 @@ jobs:
cd build
cmake .. -DRCON=OFF
cmake --build .
cmake --install . --component voxedit --prefix voxedit
cmake --install . --component mapview --prefix mapview
ctest -V -C Debug -R tests-animation
ctest -V -C Debug -R tests-computeshadertool
ctest -V -C Debug -R tests-math
ctest -V -C Debug -R tests-util
ctest -V -C Debug -R tests-stock
ctest -V -C Debug -R tests-shadertool
- name: Upload the voxedit artifacts
uses: actions/upload-artifact@v2
with:
name: voxedit
path: build/voxedit
- name: Upload the mapview artifacts
uses: actions/upload-artifact@v2
with:
name: mapview
path: build/mapview