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
2019-09-15 07:18:54 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c94776a059137750f7c159b32490d2f6373b14d
2c94776a
1 parent
addc8dc8
Update Makefile
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
Makefile
Makefile
View file @
2c94776
...
...
@@ -60,10 +60,13 @@ get-printing:
cd
printing; flutter packages get
cd
printing/example; flutter packages get
get-web
:
cd
pdf/web_example; pub get
get-readme
:
cd test
; flutter packages get
get
:
get-pdf get-printing
get-readme
get
:
$(FONTS) get-pdf get-printing get-web
get-readme
test-pdf
:
$(FONTS) get-pdf .coverage
cd
pdf; pub global run coverage:collect_coverage --port
=
$(COV_PORT)
-o coverage.json --resume-isolates --wait-paused &
\
...
...
Please
register
or
login
to post a comment