From 52567faae8c9f39960435c96c04006b3054ccb8a Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sun, 12 Feb 2023 13:42:07 +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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 51410aa..111bee3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,16 +8,17 @@ trigger: - push steps: -# build CONTAINER for app-build on flutter IMAGE - name: app-build image: node:latest commands: - - cd ./src/FLAD/ - - npm install expo-cli + - cd ./src/ + - npm install -g react-native-cli - npm install - - npx expo start - - w -# build CONTAINER for sonar on flutter IMAGE + - npx react-native init FLAD --template typescript + - cd FLAD/ + - npm install + - npx react-native run-ios + - name: code-analysis image: node:latest environment: