Skip to content

Commit

Permalink
disabling jupedsim master debug check because it takes too long #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Mar 22, 2024
1 parent b5a4081 commit 7af9a69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jupedsim-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
# Allow all other matrix-jobs to continue running, even if one of the jobs fails
fail-fast: false
matrix:
jps_version: ['rls-1.1', 'master']
build_config: ['Release', 'Debug']
jps_version: [rls-1.1, master]
build_config: [Release, Debug]
# exclude debug master because it currently times out
exclude:
- jps_version: master
build_config: Debug

steps:
- name: Cloning jupedsim
Expand Down

0 comments on commit 7af9a69

Please sign in to comment.