Skip to content

Commit

Permalink
Remove env and strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 10, 2023
1 parent 8283a3c commit 409bb1f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ jobs:
# runs-on: ubuntu-latest
needs: docker_wine_cache

env:
WRAPPER_CMD: 'wine'
WITH_VALGRIND: 'no'
ECDH: 'yes'
RECOVERY: 'yes'
SCHNORRSIG: 'yes'
CTIMETESTS: 'no'

strategy:
fail-fast: false
matrix:
configuration:
- job_name: 'x86_64 (mingw32-w64): Windows (Debian stable, Wine)'
env_vars: 'HOST=x86_64-w64-mingw32'
- job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
env_vars: 'HOST=i686-w64-mingw32'
# env:
# WRAPPER_CMD: 'wine'
# WITH_VALGRIND: 'no'
# ECDH: 'yes'
# RECOVERY: 'yes'
# SCHNORRSIG: 'yes'
# CTIMETESTS: 'no'

# strategy:
# fail-fast: false
# matrix:
# configuration:
# - job_name: 'x86_64 (mingw32-w64): Windows (Debian stable, Wine)'
# env_vars: 'HOST=x86_64-w64-mingw32'
# - job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
# env_vars: 'HOST=i686-w64-mingw32'

# steps:
# - name: Checkout
Expand Down

0 comments on commit 409bb1f

Please sign in to comment.