Trying to... well... something

This commit is contained in:
Maurício Szabo 2023-04-04 19:03:32 -03:00
parent b9c8fea9e5
commit 057b182b98

View File

@ -1,6 +1,9 @@
env:
PYTHON_VERSION: 3.10
DEBUG: electron-builder
npm_config_target: '12.2.3'
npm_config_disturl: 'https://electronjs.org/headers'
npm_config_runtime: 'electron'
npm_config_build_from_source: 'true'
linux_task:
alias: linux
@ -29,7 +32,7 @@ linux_task:
- git submodule update
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
install_script:
- yarn install --ignore-scripts --ignore-engines || yarn install --ignore-scripts --ignore-engines
- yarn install --ignore-engines || yarn install --ignore-engines
build_script:
- yarn build
- yarn run build:apm
@ -87,7 +90,7 @@ arm_linux_task:
- git submodule update
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
install_script:
- yarn install --ignore-scripts --ignore-engines || yarn install --ignore-scripts --ignore-engines
- yarn install --ignore-engines || yarn install --ignore-engines
build_script:
- yarn build
- yarn run build:apm
@ -129,7 +132,7 @@ silicon_mac_task:
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
install_script:
- export PATH="/opt/homebrew/bin:/opt/homebrew/opt/node@16/bin:$PATH"
- yarn install --ignore-scripts --ignore-engines || yarn install --ignore-scripts --ignore-engines
- yarn install --ignore-engines || yarn install --ignore-engines
build_script:
- export PATH="/opt/homebrew/bin:/opt/homebrew/opt/node@16/bin:$PATH"
- yarn build
@ -177,7 +180,7 @@ intel_mac_task:
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
install_script:
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin:$PATH"
- arch -x86_64 npx yarn install --ignore-scripts --ignore-engines || arch -x86_64 npx yarn install --ignore-scripts --ignore-engines
- arch -x86_64 npx yarn install --ignore-engines || arch -x86_64 npx yarn install --ignore-engines
build_script:
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin:$PATH"
- arch -x86_64 npx yarn build
@ -217,7 +220,7 @@ windows_task:
- git submodule update
- npm config set python 'C:\Python310\python.exe'
install_script:
- npx yarn install --ignore-scripts --ignore-engines || sleep 1 && npx yarn install --ignore-scripts --ignore-engines || echo "There is a reason for so many tries"
- npx yarn install --ignore-engines || sleep 1 && npx yarn install --ignore-engines || echo "There is a reason for so many tries"
build_script:
- npx yarn build:apm
- npx yarn build || npx yarn build || npx yarn build