summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 16:55:39 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 23:42:14 +0200
commit2a545400f8d25c6d5f2627e697fd8ec212ee9d25 (patch)
treeec6caac2d4ac8f5a76c1598497c75e0452a431d6 /.github
parent78ce753b0962791ef42a1bb2c3e83150e3956f59 (diff)
downloadqutebrowser-2a545400f8d25c6d5f2627e697fd8ec212ee9d25.tar.gz
qutebrowser-2a545400f8d25c6d5f2627e697fd8ec212ee9d25.zip
ci: Try debug builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index c1d430523..2ed09ce28 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -41,6 +41,14 @@ jobs:
args: --64bit
- os: windows-2019
args: --32bit
+ - os: macos-10.15
+ debug: debug
+ - os: windows-2019
+ args: --64bit
+ debug: debug
+ - os: windows-2019
+ args: --32bit
+ debug: debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps:
@@ -61,6 +69,11 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install -U -r misc/requirements/requirements-tox.txt
+ - name: Set up debugging build
+ if: "${{ matrix.debug }}"
+ run: |
+ echo "PYINSTALLER_DEBUG=1" >> $GITHUB_ENV
+ sed -i '' '/.-d., .--debug.,/s/$/ default=True,/' qutebrowser/qutebrowser.py
- name: Run tox
run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
- name: Upload artifacts