• This project
    • Loading...
  • Sign in

flutter_package / flutter_wakelock

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_wakelock
  • ci
  • drive.sh
  • CI, resolves #3 · fda0f596
    fda0f596 Browse Files
    creativecreatorormaybenot authored 2019-07-07 16:31:25 +0000
drive.sh 171 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
set -e
cd $1
flutter packages get
flutter format --set-exit-if-changed .
flutter analyze --no-current-package .
cd example
flutter drive --target=test_driver/app.dart
cd -