Update .gitlab-ci.yml file
This commit is contained in:
parent
67cc3d3c29
commit
0ddfe3e606
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@ build_job:
|
|||
when: manual
|
||||
script:
|
||||
- echo BUILD_JOB_ID=$CI_JOB_ID >> environment.env
|
||||
- yarn add expo
|
||||
- npm install -g sharp-cli
|
||||
- npm install expo
|
||||
- npx expo customize tsconfig.json
|
||||
- npx expo prebuild --platform android
|
||||
- cd android && ./gradlew assembleRelease
|
||||
- cd $CI_PROJECT_DIR
|
||||
|
|
|
|||
Reference in a new issue