gitlab-ci.yml; try to fix

This commit is contained in:
poka 2022-06-14 22:06:34 +02:00
parent d59d0c015a
commit 64e9ff1b44
2 changed files with 3 additions and 4 deletions

View File

@ -17,6 +17,9 @@ format:
- if: $CI_COMMIT_TAG || $CI_MERGE_REQUEST_ID
- when: manual
stage: format
script:
- flutter format --set-exit-if-changed lib packages/dubp_rs/lib/dubp.dart
build_and_test:
extends: .env

View File

@ -13,10 +13,6 @@ APK_FILENAME="${APPNAME}-${VERSION}+${BUILD}.apk"
echo "artifact name: ${APK_FILENAME}"
## Build Rust dependancies
echo "Compile Rust binding..."
cargo make
# Build APK
echo "Build APK..."
#flutter clean