Skip to content

Commit

Permalink
Keep map files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetic committed Nov 18, 2022
1 parent 6f4d0f5 commit 86c7e48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/basic.yml
Expand Up @@ -205,6 +205,11 @@ jobs:
run: cmake --preset ${{ matrix.preset }} -D CMAKE_CXX_STANDARD=${{ matrix.cpp_version }}
- name: Build
run: cmake --build cpputest_build --verbose
- name: Save map files
uses: actions/upload-artifact@v3
with:
name: "${{ matrix.name }} map files"
path: cpputest_build/**/*.map
- name: Test
run: ctest --test-dir cpputest_build ${{ matrix.ctest_args }}

Expand Down

0 comments on commit 86c7e48

Please sign in to comment.