Skip to content

Commit

Permalink
test debug=True inside EXE .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Oct 7, 2024
1 parent 6a1303b commit 02845d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [windows-latest]

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check license headers
on:
push:
branches:
- "**"
- "ohohohoh"

jobs:
check-license-headers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
push:
branches:
- "**"
- "ohohoh"

jobs:
python-lint:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: worker
on:
push:
branches:
- "master"
- "worker/**"
- "bump-python/**"
- "ohohoh"

jobs:
binary:
Expand Down
2 changes: 1 addition & 1 deletion AntaresWebWin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ antares_web_server_exe = EXE(antares_web_server_pyz,
[],
exclude_binaries=True,
name='AntaresWebServer',
debug=False,
debug=True,
bootloader_ignore_signals=False,
strip=False,
upx=True,
Expand Down

0 comments on commit 02845d3

Please sign in to comment.