Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 2, 2025
1 parent eea97ae commit 03a35c3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
submodules: 'recursive'

- name: Setup Environment
run: cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX
# - name: Setup Environment
# run: cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX

- name: Configure
shell: bash
Expand Down Expand Up @@ -86,12 +86,22 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: '${{ github.workspace }}/build/coverage.info'

- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
shell: bash
run: ls -la ${{ github.workspace }}/build/

- name: Merge diagnostics
if: ${{ matrix.analysis == 'ON' }}
uses: microsoft/[email protected]
with:
# Command to be sent to SARIF Multitool
command: 'merge ${{ github.workspace }}/build/*.sarif --recurse true file.sarif --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'
command: 'merge ${{ github.workspace }}/build/*.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'

- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
shell: bash
run: ls -la ${{ github.workspace }}/build/

- name: Upload diagnostics
if: ${{ matrix.analysis == 'ON' }}
Expand Down

0 comments on commit 03a35c3

Please sign in to comment.