mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-04-07 19:27:41 +00:00
Merge pull request #129 from appwrite/lohanidamodar-patch-1
This commit is contained in:
+7
-2
@@ -5,6 +5,11 @@ dart: stable
|
||||
os: linux
|
||||
|
||||
install:
|
||||
- cd ~
|
||||
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
|
||||
- export PATH="$PATH:$(pwd)/flutter/bin/cache/dart-sdk/bin"
|
||||
- export PATH="$PATH:$(pwd)/flutter/bin"
|
||||
- flutter doctor
|
||||
- mkdir -p ~/.config/dart
|
||||
- |
|
||||
cat <<EOF > ~/.config/dart/pub-credentials.json
|
||||
@@ -19,6 +24,6 @@ install:
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: dart format ./lib/ && dart pub publish -f
|
||||
script: dart format ./lib/ && flutter pub publish -f
|
||||
on:
|
||||
tags: true
|
||||
tags: true
|
||||
|
||||
Reference in New Issue
Block a user