Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
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
David PHAM-VAN
2021-05-20 08:48:54 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4b7660882e37b279145830b51f10c03f82e7773
b4b76608
1 parent
9fd9639d
Add automated macOS build
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
.github/workflows/dart.yaml
.github/workflows/dart.yaml
View file @
b4b7660
...
...
@@ -52,3 +52,20 @@ jobs:
run
:
cd printing/example; flutter create -t app --no-overwrite --org net.nfet --project-name example .
-
name
:
Build example for Windows
run
:
cd printing/example; flutter build -v windows
macos
:
runs-on
:
macos-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v1
with
:
channel
:
stable
-
name
:
Enable macOS for flutter
run
:
flutter config --enable-macos-desktop
-
name
:
Prepare build
run
:
cd printing/example; flutter create -t app --no-overwrite --org net.nfet --project-name example .
-
name
:
Build example for macOS
run
:
cd printing/example; flutter build -v macos
# - name: Build example for iOS
# run: cd printing/example; flutter build -v ios
...
...
Please
register
or
login
to post a comment