Update cmake.yml

Added info after build
This commit is contained in:
matlabbe
2021-09-08 12:06:14 -04:00
committed by GitHub
parent 202d59b408
commit c209cf1c9b

View File

@@ -51,6 +51,10 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Info
working-directory: ${{github.workspace}}/bin
run: ./rtabmap-console --version
# - name: Test
# working-directory: ${{github.workspace}}/build
# # Execute tests defined by the CMake configuration.