develop_sky #1

Merged
liyi merged 62 commits from develop_sky into develop_sky_liyi 2025-09-22 17:48:20 +08:00
Showing only changes of commit d9235bd81f - Show all commits

View File

@ -68,8 +68,11 @@ variables:
- export PATH="/opt/homebrew/bin:$PATH" - export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)" - eval "$(rbenv init -)"
- rbenv global 2.6.10 # 你实际用的 Ruby 版本 - rbenv global 2.6.10 # 你实际用的 Ruby 版本
- ruby -v
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --quiet - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
cache: cache:
paths: paths:
- app_new.version - app_new.version
@ -81,12 +84,15 @@ variables:
- export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn - export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
- ls -li - ls -li
- export NEXT_VERSION="$(cat app_new.version)" - export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get - flutter pub get
- export PATH="/opt/homebrew/bin:$PATH" - export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)" - eval "$(rbenv init -)"
- rbenv global 2.6.10 # 你实际用的 Ruby 版本 - rbenv global 2.6.10 # 你实际用的 Ruby 版本
- ruby -v
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile ios/Gemfile --quiet - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
cache: cache:
paths: paths:
- app_new.version - app_new.version