summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 15:09:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 23:42:14 +0200
commit498ff53463fe370f2ed1ea7a7eb1d02d5e7ef964 (patch)
tree861b5babfdc1648253672dd2cbe04d157d553e81 /.github
parent52c2a9b2f2d2b5a0aaf9e761d7c16368910f4923 (diff)
downloadqutebrowser-498ff53463fe370f2ed1ea7a7eb1d02d5e7ef964.tar.gz
qutebrowser-498ff53463fe370f2ed1ea7a7eb1d02d5e7ef964.zip
ci: Split 32/64bit pyinstaller envs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 1544a3bc2..f3c55a287 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -38,6 +38,9 @@ jobs:
include:
- os: macos-10.15
- os: windows-2019
+ args: --64bit
+ - os: windows-2019
+ args: --32bit
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps:
@@ -59,7 +62,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U -r misc/requirements/requirements-tox.txt
- name: Run tox
- run: tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token "${{ secrets.GITHUB_TOKEN }}"
+ run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
irc:
timeout-minutes: 2