Skip to content

Commit

Permalink
Add build_runner run step for travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heejongahn committed Sep 6, 2020
1 parent 732f867 commit 253d4e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,8 @@ matrix:
- gem install bundler && cd android && bundle install && cd ..
script:
- flutter doctor -v
- flutter pub get
- flutter pub run build_runner build
- flutter build appbundle --flavor=prod --build-number=$(( $VERSION_CODE_BASE + $TRAVIS_BUILD_NUMBER ))
- cd android
- bundle exec fastlane beta
Expand All @@ -48,6 +50,8 @@ matrix:
- cd ios && bundle install && cd ..
script:
- flutter doctor -v
- flutter pub get
- flutter pub run build_runner build
- flutter build ios --flavor=prod --no-codesign --build-number=$(( $VERSION_CODE_BASE + $TRAVIS_BUILD_NUMBER ))
- cd ios
- bundle exec fastlane beta

0 comments on commit 253d4e1

Please sign in to comment.