Merge branch 'master' of https://github.com/equinox2k/SVGSharpie
This commit is contained in:
Коммит
e860e5a339
|
@ -26,4 +26,4 @@ Watch this space for news as development progresses.
|
||||||
|**Windows** |[![Build Status](https://ci.appveyor.com/api/projects/status/7wddmbvmbpt29rbw/branch/master?svg=true)](https://ci.appveyor.com/project/equinox2k/svgsharpie/branch/master)|[![Code coverage](https://codecov.io/gh/equinox2k/svgsharpie/branch/master/graph/badge.svg)](https://codecov.io/gh/equinox2k/svgsharpie)|
|
|**Windows** |[![Build Status](https://ci.appveyor.com/api/projects/status/7wddmbvmbpt29rbw/branch/master?svg=true)](https://ci.appveyor.com/project/equinox2k/svgsharpie/branch/master)|[![Code coverage](https://codecov.io/gh/equinox2k/svgsharpie/branch/master/graph/badge.svg)](https://codecov.io/gh/equinox2k/svgsharpie)|
|
||||||
|
|
||||||
|
|
||||||
[Documentation](https://equinox2k.github.io/api/EquinoxLabs.SVGSharpie.html)
|
[Documentation](https://equinox2k.github.io/api/index.html)
|
||||||
|
|
|
@ -55,9 +55,9 @@ after_test:
|
||||||
|
|
||||||
deploy_script:
|
deploy_script:
|
||||||
- git config --global credential.helper store
|
- git config --global credential.helper store
|
||||||
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
|
- ps: Add-Content "equinox2k.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
|
||||||
- git config --global user.email %github_email%
|
- git config --global user.email %github_email%
|
||||||
- git config --global user.name "markvincze"
|
- git config --global user.name "equinox2k"
|
||||||
- bash release-docs.sh
|
- bash release-docs.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче