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 21:01:49 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
65606168c189717e949f7c92e2a0badae1cdfccb
65606168
1 parent
8e86b8de
Improved Travis CI setup
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
.travis.yml
CHANGELOG.md
pubspec.yaml
.travis.yml
View file @
6560616
# Based on https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be
matrix
:
exclude
:
-
&integration-test-stage
stage
:
Integration Testing
-
stage
:
Integration Testing
name
:
Android
sudo
:
true
dist
:
trusty
language
:
generic
os
:
linux
env
:
-
platform=Android
before_install
:
-
sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null
# Install the Android SDK Dependency.
...
...
@@ -51,14 +49,11 @@ matrix:
# cd to example
-
cd example
script
:
travis_retry
flutter driver test_driver/app.dart
script
:
flutter driver test_driver/app.dart
include
:
-
<<
:
*integration-test-stage
-
name
:
iOS
os
:
osx
osx_image
:
xcode10.2
env
:
-
platform=iOS
# Run integration tests on ios
before_install
:
-
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
-
export HOMEBREW_NO_AUTO_UPDATE=1
...
...
CHANGELOG.md
View file @
6560616
## 0.1.2+3
*
Improved Travis CI setup.
## 0.1.2+2
*
Updated description.
...
...
pubspec.yaml
View file @
6560616
name
:
wakelock
description
:
This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the phone or tablet on or off.
version
:
0.1.2+
2
version
:
0.1.2+
3
author
:
creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
...
...
Please
register
or
login
to post a comment