1
0
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:
Eduardo P. Gomez 2023-09-21 12:39:08 -03:00 committed by GitHub
parent 31a08d6c8f
commit 2d311aaa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,18 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Auto-build and Resolve dependencies - name: Auto-build and Resolve dependencies
run: ./build.sh && ./pack.sh run: ./build.sh
- name: Packing into a tar and a deb
run: ./pack.sh; cat /home/runner/work/OpenDX/OpenDX/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
- name: Test - name: Test
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
# 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'
- name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
path: | path: |