Update .gitlab-ci.yml file

This commit is contained in:
jastornig 2024-01-05 18:41:42 +00:00
parent 67cc3d3c29
commit 0ddfe3e606

View file

@ -51,7 +51,9 @@ build_job:
when: manual when: manual
script: script:
- echo BUILD_JOB_ID=$CI_JOB_ID >> environment.env - 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 - npx expo prebuild --platform android
- cd android && ./gradlew assembleRelease - cd android && ./gradlew assembleRelease
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR