Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
run: make
- name: make check
run: make check
epoch1_eemumu_debug:
debug_builds:
runs-on: ubuntu-latest
defaults:
run:
working-directory: epoch1/cuda/ee_mumu/SubProcesses/P1_Sigma_sm_epem_mupmum
steps:
- uses: actions/checkout@v2
- name: make
run: make debug
- name: make check
run: make check
- name: make epoch1
run: make -C epoch1/cuda/ee_mumu/SubProcesses/P1_Sigma_sm_epem_mupmum debug
- name: make epoch2
run: make -C epoch2/cuda/ee_mumu/SubProcesses/P1_Sigma_sm_epem_mupmum debug
epoch2_eemumu:
runs-on: ubuntu-latest
defaults:
Expand All @@ -40,14 +37,14 @@ jobs:
run: make
- name: make check
run: make check
epoch2_eemumu_debug:
runs-on: ubuntu-latest
epoch2_eemumu_GPU:
runs-on: self-hosted
defaults:
run:
working-directory: epoch2/cuda/ee_mumu/SubProcesses/P1_Sigma_sm_epem_mupmum
steps:
- uses: actions/checkout@v2
- name: make
run: make debug
run: make
- name: make check
run: make check