Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/6/head
Emre KARTAL 2 years ago
parent 52567faae8
commit 4a0c7ca8d6

@ -11,13 +11,12 @@ steps:
- name: app-build - name: app-build
image: node:latest image: node:latest
commands: commands:
- cd ./src/ - cd ./src/FLAD/
- npm install -g react-native-cli - npm install expo-cli
- apk add --no-cache python make g++
- npm install - npm install
- npx react-native init FLAD --template typescript - npx expo build:android --type apk --no-publish
- cd FLAD/ - npx expo build:ios --type archive --no-publish
- npm install
- npx react-native run-ios
- name: code-analysis - name: code-analysis
image: node:latest image: node:latest

Loading…
Cancel
Save