chore: build
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Install EAS CLI & tooling
|
- name: Install EAS CLI & tooling
|
||||||
run: |
|
run: |
|
||||||
npm install -g eas-cli
|
npm install -g eas-cli
|
||||||
pip install -r scripts/requirements.txt --quiet
|
pip install -r scripts/requirements.txt awscli --quiet
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: frontend-admin
|
working-directory: frontend-admin
|
||||||
@@ -86,14 +86,7 @@ jobs:
|
|||||||
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}
|
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}
|
||||||
EAS_BUILD_NO_EXPO_GO_WARNING: true
|
EAS_BUILD_NO_EXPO_GO_WARNING: true
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
GRADLE_OPTS: >-
|
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
|
||||||
-Dorg.gradle.jvmargs=-Xmx3g
|
|
||||||
-XX:MaxMetaspaceSize=512m
|
|
||||||
-XX:+UseG1GC
|
|
||||||
-XX:+HeapDumpOnOutOfMemoryError
|
|
||||||
-Dorg.gradle.daemon=false
|
|
||||||
-Dorg.gradle.parallel=true
|
|
||||||
-Dorg.gradle.workers.max=3
|
|
||||||
JAVA_TOOL_OPTIONS: "-Xmx3g"
|
JAVA_TOOL_OPTIONS: "-Xmx3g"
|
||||||
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
|
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Install EAS CLI & tooling
|
- name: Install EAS CLI & tooling
|
||||||
run: |
|
run: |
|
||||||
npm install -g eas-cli
|
npm install -g eas-cli
|
||||||
pip install -r scripts/requirements.txt --quiet
|
pip install -r scripts/requirements.txt awscli --quiet
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: mobile
|
working-directory: mobile
|
||||||
@@ -86,14 +86,7 @@ jobs:
|
|||||||
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}
|
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}
|
||||||
EAS_BUILD_NO_EXPO_GO_WARNING: true
|
EAS_BUILD_NO_EXPO_GO_WARNING: true
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
GRADLE_OPTS: >-
|
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
|
||||||
-Dorg.gradle.jvmargs=-Xmx3g
|
|
||||||
-XX:MaxMetaspaceSize=512m
|
|
||||||
-XX:+UseG1GC
|
|
||||||
-XX:+HeapDumpOnOutOfMemoryError
|
|
||||||
-Dorg.gradle.daemon=false
|
|
||||||
-Dorg.gradle.parallel=true
|
|
||||||
-Dorg.gradle.workers.max=3
|
|
||||||
JAVA_TOOL_OPTIONS: "-Xmx3g"
|
JAVA_TOOL_OPTIONS: "-Xmx3g"
|
||||||
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
|
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
|
||||||
|
|
||||||
|
|||||||
@@ -5,12 +5,11 @@ on:
|
|||||||
branches: [main, pre-prod]
|
branches: [main, pre-prod]
|
||||||
paths:
|
paths:
|
||||||
- "frontend-prep/**"
|
- "frontend-prep/**"
|
||||||
- "docker-pre-prod/frontend/**"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, pre-prod]
|
branches: [main, pre-prod]
|
||||||
paths:
|
paths:
|
||||||
- "frontend-prep/**"
|
- "frontend-prep/**"
|
||||||
- "docker-pre-prod/frontend/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user