Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
aeda2092
Commit
aeda2092
authored
Feb 12, 2019
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure Flutter is compiled against stable version
parent
6b494eac
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+1
-1
scripts/before_build_apks.sh
+1
-1
scripts/before_build_ipas.sh
+1
-1
No files found.
.travis.yml
View file @
aeda2092
...
@@ -14,7 +14,7 @@ matrix:
...
@@ -14,7 +14,7 @@ matrix:
-
libstdc++6
-
libstdc++6
-
fonts-droid
-
fonts-droid
before_script
:
before_script
:
-
git clone https://github.com/flutter/flutter.git $HOME/flutter
-
git clone
--single-branch --branch stable
https://github.com/flutter/flutter.git $HOME/flutter
-
export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
-
export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
-
flutter doctor
-
flutter doctor
script
:
script
:
...
...
scripts/before_build_apks.sh
View file @
aeda2092
...
@@ -20,7 +20,7 @@ unzip -qq gradle-4.1-bin.zip -d $HOME/gradle-4.1
...
@@ -20,7 +20,7 @@ unzip -qq gradle-4.1-bin.zip -d $HOME/gradle-4.1
export
GRADLE_HOME
=
$HOME
/gradle-4.1
export
GRADLE_HOME
=
$HOME
/gradle-4.1
export
PATH
=
$GRADLE_HOME
/bin:
$PATH
export
PATH
=
$GRADLE_HOME
/bin:
$PATH
gradle
-v
gradle
-v
git clone https://github.com/flutter/flutter.git
$HOME
/flutter
git clone
--single-branch
--branch
stable
https://github.com/flutter/flutter.git
$HOME
/flutter
export
PATH
=
$HOME
/flutter/bin:
$HOME
/flutter/bin/cache/dart-sdk/bin:
$PATH
export
PATH
=
$HOME
/flutter/bin:
$HOME
/flutter/bin/cache/dart-sdk/bin:
$PATH
flutter doctor
flutter doctor
scripts/before_build_ipas.sh
View file @
aeda2092
...
@@ -5,6 +5,6 @@ brew install ideviceinstaller
...
@@ -5,6 +5,6 @@ brew install ideviceinstaller
brew install ios-deploy
brew install ios-deploy
pod repo update
pod repo update
gem update cocoapods
gem update cocoapods
git clone https://github.com/flutter/flutter.git
$HOME
/flutter
git clone
--single-branch
--branch
stable
https://github.com/flutter/flutter.git
$HOME
/flutter
export
PATH
=
$HOME
/flutter/bin:
$HOME
/flutter/bin/cache/dart-sdk/bin:
$PATH
export
PATH
=
$HOME
/flutter/bin:
$HOME
/flutter/bin/cache/dart-sdk/bin:
$PATH
flutter doctor
flutter doctor
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment