feat: Bring back config.json
This commit is contained in:
parent
9e90a8b121
commit
a13636e00a
7 changed files with 88 additions and 8 deletions
|
|
@ -45,6 +45,10 @@ build_windows:
|
|||
- cd ..; git clone https://github.com/flutter/flutter.git -b dev; $env:path += ";C:\GitLab-Runner\builds\ChristianPauly\flutter\bin"; cd fluffychat-flutter
|
||||
- flutter doctor
|
||||
- flutter config --enable-windows-desktop
|
||||
- "$package_override = \"`r`ndependency_overrides:`r`n intl: 0.17.0-nullsafety.2\""
|
||||
- "[System.IO.File]::AppendAllText(\"$CI_PROJECT_DIR/pubspec.yaml\", $package_override, [System.Text.Encoding]::UTF8)"
|
||||
- flutter clean
|
||||
- flutter pub get
|
||||
- flutter build windows
|
||||
needs: []
|
||||
artifacts:
|
||||
|
|
@ -87,7 +91,7 @@ build_android_appbundle:
|
|||
resource_group: playstore_release
|
||||
only:
|
||||
- main
|
||||
|
||||
|
||||
upload_to_fdroid_repo:
|
||||
stage: release
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue