Skip to content

Commit

Permalink
Wine CI deps
Browse files Browse the repository at this point in the history
- Fix WINEDEBUG (was missing "-")
  • Loading branch information
jagerman authored and dr7ana committed Sep 20, 2023
1 parent c3ddea8 commit e95f3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local debian_pipeline(name,
image: image,
pull: 'always',
[if allow_fail then 'failure']: 'ignore',
environment: { SSH_KEY: { from_secret: 'SSH_KEY' } },
environment: { SSH_KEY: { from_secret: 'SSH_KEY' }, WINEDEBUG: '-all' },
commands: [
'echo "Building on ${DRONE_STAGE_MACHINE}"',
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
Expand Down Expand Up @@ -130,6 +130,7 @@ local windows_cross_pipeline(name,
allow_fail=allow_fail,
deps=[
'g++-mingw-w64-' + winarch + '-posix',
'wine',
],
build=[
'mkdir build',
Expand Down

0 comments on commit e95f3f8

Please sign in to comment.