Toggle navigation
Toggle navigation
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
Authored by
creativecreatorormaybenot
2019-07-07 16:31:25 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fda0f59670e1919fd8b08fe4e53784c508355224
fda0f596
1 parent
f557b185
CI, resolves #3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
ci/README.md
ci/drive.sh
travis.yaml
ci/README.md
0 → 100644
View file @
fda0f59
# Continuous Integration
Due to creativecreatorormaybenot lacking knowledge, the current Travis CI implementation is based on
[
provider's setup
](
https://github.com/rrousselGit/provider/blob/09c7fdebc382121f1a497180a6fe393a5e54b904/.travis.yml
)
.
\ No newline at end of file
...
...
ci/drive.sh
0 → 100644
View file @
fda0f59
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
-
\ No newline at end of file
...
...
travis.yaml
0 → 100644
View file @
fda0f59
language
:
bash
os
:
-
osx
env
:
-
FLUTTER_CHANNEL="stable"
-
FLUTTER_CHANNEL="master"
sudo
:
false
before_script
:
-
cd ..
-
git clone https://github.com/flutter/flutter.git -b $FLUTTER_CHANNEL
-
export PATH=$PATH:$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin
-
cd -
-
flutter doctor
script
:
-
set -e
-
./scripts/drive.sh
matrix
:
fast_finish
:
true
cache
:
directories
:
-
$HOME/.pub-cache
\ No newline at end of file
...
...
Please
register
or
login
to post a comment