From 4a0c7ca8d63bc4a9b6615aa418d8cdbe630a8166 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sun, 12 Feb 2023 13:46:17 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 111bee3..1a33e55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,13 +11,12 @@ steps: - name: app-build image: node:latest commands: - - cd ./src/ - - npm install -g react-native-cli + - cd ./src/FLAD/ + - npm install expo-cli + - apk add --no-cache python make g++ - npm install - - npx react-native init FLAD --template typescript - - cd FLAD/ - - npm install - - npx react-native run-ios + - npx expo build:android --type apk --no-publish + - npx expo build:ios --type archive --no-publish - name: code-analysis image: node:latest