Skip to content

Commit

Permalink
build: add debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 2, 2023
1 parent d94d30e commit 0d1af20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,13 @@ jobs:
- image: ubuntudesktop/gnome-3-38-2004
steps:
- run: sudo apt-get -y update
- run: sudo apt-get install -y git curl dpkg fakeroot rpm
# - run: sudo snap install snapd
# - run: sudo snap install snapcraft --classic
- run: sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
- install
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
- run: echo $PATH
- run: |
export PATH="/snap/bin:$PATH"
export SNAP="/snap/snapcraft/current"
- run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
# CircleCI doesn't let you persist files with the same name from multiple
# jobs, so only persist the .webpack path from the x64 linux-build job
- when:
Expand Down
3 changes: 1 addition & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ const config = {
},
features: {
audio: true,
video: true,
webgl: true,
},
snapcraft: '/snap/bin/snapcraft',
},
},
],
Expand Down

0 comments on commit 0d1af20

Please sign in to comment.