forked from rrousselGit/provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use rrousselGit/ci for the CI (rrousselGit#579)
- Loading branch information
1 parent
c61ac20
commit 2c5a029
Showing
5 changed files
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Build | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
# runs the CI everyday at 10AM | ||
- cron: "0 10 * * *" | ||
|
||
jobs: | ||
flutter: | ||
runs-on: ubuntu-latest | ||
container: cirrusci/flutter:${{matrix.channel}} | ||
|
||
strategy: | ||
matrix: | ||
channel: | ||
- dev | ||
- beta | ||
- stable | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Execute test script | ||
run: curl -s https://raw.githubusercontent.com/rrousselGit/ci/master/scripts/ci.sh | bash |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
name: example | ||
version: 1.0.0 | ||
homepage: https://github.com/rrousselGit/provider | ||
homepage: https://github.com/rrousselGit/provider | ||
author: Remi Rousselet <[email protected]> | ||
publish_to: "none" | ||
|
||
environment: | ||
sdk: ">=2.7.0 <3.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,6 @@ name: provider | |
description: A wrapper around InheritedWidget to make them easier to use and more reusable. | ||
version: 4.3.2+2 | ||
homepage: https://github.com/rrousselGit/provider | ||
authors: | ||
- Remi Rousselet <[email protected]> | ||
- Flutter Team <[email protected]> | ||
|
||
environment: | ||
sdk: ">=2.7.0 <3.0.0" | ||
|