Skip to content
Snippets Groups Projects
Commit 0f707ba6 authored by ARMINGAUD Robin's avatar ARMINGAUD Robin
Browse files

Update .gitlab-ci.yml file

parent 796dfb86
Branches
No related tags found
No related merge requests found
Pipeline #4363 failed
......@@ -16,5 +16,15 @@ code_quality:
build:
stage : build
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v2
-uses: actions/setup-java@v1
with:
java-version: ‘12.x’
-uses: subosito/flutter-action@v1
with:
flutter-version: ‘2.5.0’
script :
- flutter build apk --split-per-abi
\ No newline at end of file
- flutter pub get
- flutter build apk --debug
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment