Skip to content

Commit

Permalink
[CI] Update debug build configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Nov 29, 2023
1 parent 71412cf commit 08ac94d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ on:
jobs:
debug_builds:
runs-on: ubuntu-latest
env:
FCFLAGS: -O0 -g
CXXFLAGS: -O0 -g
NVCCFLAGS: -O0 -g -G
strategy:
matrix:
folder: [ epochX/cudacpp/ee_mumu.sa/SubProcesses/P1_Sigma_sm_epem_mupmum , epochX/cudacpp/pp_tt012j.mad/SubProcesses/P0_gg_ttx , epochX/cudacpp/pp_tt012j.mad/SubProcesses/P2_uux_ttxgg ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: make debug
run: make -C ${{ matrix.folder }} debug
run: make -C ${{ matrix.folder }}
- name: make check
run: make -C ${{ matrix.folder }} check
CPU:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 08ac94d

Please sign in to comment.