Install everything

This commit is contained in:
Maurício Szabo 2022-10-27 14:16:57 -03:00 committed by Maurício Szabo
parent 74bb37166b
commit f3793337dc

View File

@ -23,10 +23,9 @@ linux_task:
- git submodule init
- git submodule update
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- yarn install --ignore-scripts || yarn install --ignore-scripts
- yarn install || yarn install
- yarn build
- yarn run build:apm
- rm -Rf node-modules/electron && yarn install --check-files
- Xvfb :99 & DISPLAY=:99 PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list
always:
videos_artifacts:
@ -75,7 +74,7 @@ arm_linux_task:
- git submodule init
- git submodule update
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- yarn install --ignore-scripts || yarn install --ignore-scripts
- yarn install || yarn install
- yarn build
- yarn run build:apm
- rm -Rf node-modules/electron && yarn install --check-files
@ -106,10 +105,9 @@ silicon_mac_task:
- ln -s /opt/homebrew/bin/python3 /opt/homebrew/bin/python
- export PATH="/opt/homebrew/bin:/opt/homebrew/opt/node@16/bin:$PATH"
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- yarn install --ignore-scripts || yarn install --ignore-scripts
- yarn install || yarn install
- yarn build
- yarn run build:apm
- rm -Rf node-modules/electron && yarn install --check-files
- PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list
always:
videos_artifacts:
@ -141,10 +139,9 @@ intel_mac_task:
- git submodule update
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- ln -s /usr/local/opt/python3 /usr/local/bin/python
- arch -x86_64 npx yarn install --ignore-scripts || arch -x86_64 npx yarn install --ignore-scripts
- arch -x86_64 npx yarn install || arch -x86_64 npx yarn install
- arch -x86_64 npx yarn build
- arch -x86_64 yarn run build:apm
- rm -rf node-modules/electron && yarn install --check-files
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin/python3:/usr/local/bin:$PATH"
- arch -x86_64 npx yarn dist || arch -x86_64 npx yarn dist
binary_artifacts: