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
2020-12-08 09:00:41 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5df73fe17cec69154c5363a45f9404b344842948
5df73fe1
1 parent
05858647
Use Github actions instead of travis
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
22 deletions
.github/workflows/dart.yaml
.travis.yml
README.md
.github/workflows/dart.yaml
0 → 100644
View file @
5df73fe
name
:
Dart CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v1
-
name
:
Install utils
run
:
sudo apt install poppler-utils imagemagick
-
name
:
Run analysis
run
:
make analyze
-
name
:
Run tests
run
:
make test
-
name
:
Run readme tests
run
:
make test-readme
-
name
:
Verify that nothing changed
run
:
test -z "$(git status --porcelain)"
-
name
:
Push to codecov
run
:
bash <(curl -s https://codecov.io/bash)
...
...
.travis.yml
deleted
100644 → 0
View file @
0585864
language
:
dart
dist
:
bionic
addons
:
apt
:
packages
:
-
lib32stdc++6
-
poppler-utils
-
imagemagick
install
:
-
git clone https://github.com/flutter/flutter.git -b stable --depth 1 $HOME/flutter
-
export PATH=$HOME/flutter/bin:$PATH
-
flutter doctor
-
flutter --version
script
:
-
make analyze
-
make test
-
make test-readme
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$HOME/.pub-cache
README.md
View file @
5df73fe
# Pdf for Dart and Flutter
[

](https://travis-ci.org/DavBfr/dart_pdf
)

[

](https://pub.dartlang.org/packages/pdf)
[

](https://pub.dartlang.org/packages/printing)
[

](https://codecov.io/gh/DavBfr/dart_pdf)
...
...
Please
register
or
login
to post a comment