Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fluttertoast
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
fluttertoast
Commits
64f5542e
Unverified
Commit
64f5542e
authored
Jul 19, 2020
by
Karthik Ponnam
Committed by
GitHub
Jul 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create blank.yml
parent
108c72cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
.github/workflows/blank.yml
+33
-0
No files found.
.github/workflows/blank.yml
0 → 100644
View file @
64f5542e
# This is a basic workflow to help you get started with Actions
name
:
Build Checks
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs
:
# This workflow contains a single job called "build"
build
:
# The type of runner that the job will run on
runs-on
:
macos-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v2
-
name
:
Flutter action
uses
:
subosito/flutter-action@v1.3.2
with
:
# The Flutter build release channel
channel
:
beta
-
name
:
Build APK
run
:
flutter build apk
-
name
:
Build For iOS
run
:
flutter build ios --release --no-codesign
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