mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
Update cmake.yml
This commit is contained in:
parent
3c81fa11c9
commit
17f05bf757
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -28,4 +28,10 @@ jobs:
|
|||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
run: ctest -C ${{env.BUILD_TYPE}}
|
run: ctest -C ${{env.BUILD_TYPE}}
|
||||||
|
- name: 'Upload Artifact'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
opendx.deb
|
||||||
|
opendx.tar
|
||||||
|
retention: 5 days
|
||||||
|
Loading…
x
Reference in New Issue
Block a user