Skip to content

Commit

Permalink
ci(gitlab): fix desktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Apr 30, 2024
1 parent afb734e commit 0d5cd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ suite-web build stable codesign:
script:
- apt-get update && apt-get install -y libudev-dev # required for rebuilding usb native module
- yarn install --immutable
- yarn workspace @trezor/transport-bridge build:lib
- yarn workspace @trezor/connect-iframe build:lib
- yarn workspace @trezor/suite-desktop build:${platform}
- ls -la packages/suite-desktop/build-electron
- mv packages/suite-desktop/build-electron/* .
Expand Down

0 comments on commit 0d5cd25

Please sign in to comment.