Compare commits
2 commits
040e959b16
...
52eddf3175
Author | SHA1 | Date | |
---|---|---|---|
52eddf3175 | |||
05d870a824 |
1 changed files with 5 additions and 4 deletions
|
@ -7,10 +7,10 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
image: node:16-alpine
|
# image: node:16-alpine
|
||||||
commands:
|
# commands:
|
||||||
- yarn install
|
# - yarn install
|
||||||
# TODO: setup linting
|
# TODO: setup linting
|
||||||
# - name: Check formatting
|
# - name: Check formatting
|
||||||
# image: node-pnpm:16-alpine
|
# image: node-pnpm:16-alpine
|
||||||
|
@ -23,6 +23,7 @@ steps:
|
||||||
- name: Build app
|
- name: Build app
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk install git ca-certificates
|
||||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||||
environment:
|
environment:
|
||||||
EXPO_TOKEN:
|
EXPO_TOKEN:
|
||||||
|
|
Loading…
Reference in a new issue