Skip to content

Commit

Permalink
ci: upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekkupper committed Aug 2, 2024
1 parent d26555e commit c9d673a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cmake-gcc-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}

- name: Upload final build artifacts
uses: actions/upload-artifact@v4
with:
name: ProntoInfrared
path: ${{github.workspace}}/build/ProntoInfrared.*

0 comments on commit c9d673a

Please sign in to comment.