From 27e44f43c1a4334f592c430f09d099c0801e7c98 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sun, 12 Feb 2023 13:48:21 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a33e55..f67619a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,9 @@ steps: commands: - cd ./src/FLAD/ - npm install expo-cli - - apk add --no-cache python make g++ - npm install - - npx expo build:android --type apk --no-publish - - npx expo build:ios --type archive --no-publish + - npx expo build:android + - npx expo build:ios - name: code-analysis image: node:latest