-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into PimpCodeexamples
- Loading branch information
Showing
30 changed files
with
787 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,9 @@ matrix: | |
script: | ||
- cd doc/generic/pgf/version-for-luatex/en | ||
- make latex="lualatex --interaction=nonstopmode" | ||
after_script: | ||
after_success: | ||
- cp pgfmanual.pdf ../../ | ||
- cp pgfmanual.pdf $TRAVIS_BUILD_DIR/../ | ||
- cd ../../../../../ | ||
- bash ci/update_tlcontrib.sh | ||
before_deploy: | ||
|
@@ -44,7 +45,7 @@ matrix: | |
- cd doc/generic/pgf/version-for-dvisvgm/en | ||
- touch pgfmanual.toc | ||
- make latex="lualatex --output-format=dvi --interaction=nonstopmode" | ||
after_script: | ||
after_success: | ||
- bash ../../../../../ci/update_website.sh | ||
|
||
- env: version=dvipdfm | ||
|
@@ -77,28 +78,13 @@ matrix: | |
- cd doc/generic/pgf/version-for-xetex/en | ||
- make latex="xelatex --no-pdf --interaction=nonstopmode" | ||
|
||
- if: repo = pgf-tikz/pgf AND type != pull_request | ||
env: update=sourceforge | ||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_fd6ed174e9a3_key -iv $encrypted_fd6ed174e9a3_iv | ||
-in ci/deploy_key.enc -out ci/deploy_key -d | ||
install: | ||
- git clone --mirror https://github.com/pgf-tikz/pgf.git pgf-git-mirror | ||
- cd pgf-git-mirror | ||
before_script: | ||
- eval "$(ssh-agent -s)" | ||
- chmod 600 ../ci/deploy_key | ||
- echo -e "Host git.code.sf.net\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config | ||
- ssh-add ../ci/deploy_key | ||
script: | ||
- git remote add sf ssh://[email protected]/p/pgf/git | ||
- git push --mirror --force sf | ||
|
||
deploy: | ||
provider: releases | ||
api_key: $GH_TOKEN | ||
file_glob: true | ||
file: $TRAVIS_BUILD_DIR/../pgf_*.zip | ||
file: | ||
- $TRAVIS_BUILD_DIR/../pgf_*.zip | ||
- $TRAVIS_BUILD_DIR/../pgfmanual.pdf | ||
skip_cleanup: true | ||
overwrite: true | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.