This commit is contained in:
parent
f9859d7eca
commit
541d0ae4d8
1 changed files with 9 additions and 16 deletions
|
@ -1,12 +1,6 @@
|
||||||
kind: pipeline
|
platform: linux/arm64
|
||||||
type: docker
|
|
||||||
name: Build
|
|
||||||
|
|
||||||
platform:
|
pipeline:
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# image: node:16-alpine
|
# image: node:16-alpine
|
||||||
# commands:
|
# commands:
|
||||||
|
@ -20,14 +14,13 @@ steps:
|
||||||
# image: node-pnpm:16-alpine
|
# image: node-pnpm:16-alpine
|
||||||
# commands:
|
# commands:
|
||||||
# - pnpm lint
|
# - pnpm lint
|
||||||
- name: Build app
|
build:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git ca-certificates
|
- apk add git ca-certificates
|
||||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||||
environment:
|
secrets:
|
||||||
EXPO_TOKEN:
|
- eas_token
|
||||||
from_secret: EAS_TOKEN
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: [push]
|
event: [push]
|
Loading…
Reference in a new issue