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
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- yarn install
|
||||
# - name: Install dependencies
|
||||
# image: node:16-alpine
|
||||
# commands:
|
||||
# - yarn install
|
||||
# TODO: setup linting
|
||||
# - name: Check formatting
|
||||
# image: node-pnpm:16-alpine
|
||||
|
@ -23,6 +23,7 @@ steps:
|
|||
- name: Build app
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- apk install git ca-certificates
|
||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||
environment:
|
||||
EXPO_TOKEN:
|
||||
|
|
Loading…
Reference in a new issue