making progress
This commit is contained in:
parent
c4c93ca992
commit
9ffbfa9c32
2 changed files with 8955 additions and 11 deletions
File diff suppressed because it is too large
Load diff
|
@ -49,12 +49,14 @@ modules:
|
||||||
# Set the Electron cache directory.
|
# Set the Electron cache directory.
|
||||||
# (The directory format is: /run/build/MODULE_NAME/flatpak-node/electron-cache)
|
# (The directory format is: /run/build/MODULE_NAME/flatpak-node/electron-cache)
|
||||||
ELECTRON_CACHE: '/run/build/cider/flatpak-node/electron-cache'
|
ELECTRON_CACHE: '/run/build/cider/flatpak-node/electron-cache'
|
||||||
|
XDG_CACHE_HOME: /run/build/cider/flatpak-node/cache
|
||||||
# Sets the directory where Node is located so way npm won't download the headers.
|
# Sets the directory where Node is located so way npm won't download the headers.
|
||||||
npm_config_nodedir: '/usr/lib/sdk/node14'
|
npm_config_nodedir: 'flatpak-node/node-gyp/electron-current'
|
||||||
build-commands:
|
build-commands:
|
||||||
# Have Yarn use the offline mirror.
|
# Have Yarn use the offline mirror.
|
||||||
- 'HOME=$PWD yarn config --offline set yarn-offline-mirror $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror'
|
- 'HOME=$PWD yarn config --offline set yarn-offline-mirror $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror'
|
||||||
# Download the packages.
|
# Download the packages
|
||||||
|
- 'cp cider-yarn.lock yarn.lock'
|
||||||
- 'yarn install --offline'
|
- 'yarn install --offline'
|
||||||
# If you were using npm with electron-webpack/electron-builder, then the above two commands
|
# If you were using npm with electron-webpack/electron-builder, then the above two commands
|
||||||
# would look more like the npm commands in the vanilla-quick-start manifest, just without
|
# would look more like the npm commands in the vanilla-quick-start manifest, just without
|
||||||
|
@ -74,7 +76,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/ciderapp/cider
|
url: https://github.com/ciderapp/cider
|
||||||
branch: main
|
branch: develop
|
||||||
# Add the flatpak-node-generator generated sources.
|
# Add the flatpak-node-generator generated sources.
|
||||||
- generated-sources.json
|
- generated-sources.json
|
||||||
# Our runner script.
|
# Our runner script.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue