Skip to content

Commit

Permalink
merged dev into master - ctan upload of version 3.00
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Sep 18, 2019
2 parents 5098947 + 567ff11 commit d08c120
Show file tree
Hide file tree
Showing 180 changed files with 723 additions and 374,390 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ luaotfload.pdf
luaotfload.tds.zip
luaotfload.zip

luaotfload-ctan.zip
luaotfload-dev.zip

# Temporary files in the tests directory
tests/*.log
tests/*.pdf
Expand Down
33 changes: 30 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: generic

sudo: required
services: docker
dist: bionic

install:
- source texlive.sh
- sudo apt-get install python3-docutils
- source texlive.sh


cache:
Expand All @@ -15,5 +17,30 @@ cache:


script:
- l3build check -H || ( cat build/*/`ls -t build/*/*.log | head -n1 | xargs basename | cut -f 1 -d . `.log && false )

- l3build install && l3build ctan -H --show-log-on-error

deploy:
- provider: releases
api_key:
secure: WWrChLn5LAThh6ay2sZcNkmzyWlV9uvjfGOCg0t/VA/AjEifwIaKN3qFOF55aILUSZ81SDbMtPZXTCywIVjjZY6Pc1I3c9mViWnBSbKLrQe4Z03RdxUosn3K3fPnDZB+8lxs9r02jW8T9bCIwTNe1Bi3Sf4PqoHRpslrqDemxC6lqDn/RHWZYg5ZKL5Md9P8qHQ2Jq9Cil5RRNHgy+jleeko47JrTxWjdi+ULM1SRNZm7mJqUVI3Ko7JvaUOcWsPB4eyTVpR7hONe3/RNnd4ToO7Sh1N3/Ynz2+o+1rBJWfcxR3A8E4wcZgWsTozfCF3Mu7HU9nwdjjmxWDYx5opru1wORmeLyof61B8HOmJVdLikHKGKcwFCz7cBXwcHIhdzVYT7I772JZJfioPQFSuDDljomByaY9r3ubKsHKcvex60bNXwnmk9yHRaNDLB/9ozV8io+LVrZVYZCQHc15jxlmQIElmrhrv1SgPwiabJnESsoHsEPkI0w4zd8Hx7ngk2r79UR3pAqFHEVG1i6y/8TlFRxxOLmVaUBab3gl1QGKnzl4pNVhQwUWXV/1n1fdgl4t4eHBnNY2wc+MYp4eRThnRuo73hQt8wBEYEh8N7uAkP6p6q2xr7pAuGWALRQ5HLIgKlQZA4qyoWaNDa+ZX2AsvbVtzv06BN0GcYIhFoRY=
file_glob: true
file:
- build/distrib/ctan/*.zip
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG == *-dev
prerelease: true
draft: true
- provider: releases
api_key:
secure: WWrChLn5LAThh6ay2sZcNkmzyWlV9uvjfGOCg0t/VA/AjEifwIaKN3qFOF55aILUSZ81SDbMtPZXTCywIVjjZY6Pc1I3c9mViWnBSbKLrQe4Z03RdxUosn3K3fPnDZB+8lxs9r02jW8T9bCIwTNe1Bi3Sf4PqoHRpslrqDemxC6lqDn/RHWZYg5ZKL5Md9P8qHQ2Jq9Cil5RRNHgy+jleeko47JrTxWjdi+ULM1SRNZm7mJqUVI3Ko7JvaUOcWsPB4eyTVpR7hONe3/RNnd4ToO7Sh1N3/Ynz2+o+1rBJWfcxR3A8E4wcZgWsTozfCF3Mu7HU9nwdjjmxWDYx5opru1wORmeLyof61B8HOmJVdLikHKGKcwFCz7cBXwcHIhdzVYT7I772JZJfioPQFSuDDljomByaY9r3ubKsHKcvex60bNXwnmk9yHRaNDLB/9ozV8io+LVrZVYZCQHc15jxlmQIElmrhrv1SgPwiabJnESsoHsEPkI0w4zd8Hx7ngk2r79UR3pAqFHEVG1i6y/8TlFRxxOLmVaUBab3gl1QGKnzl4pNVhQwUWXV/1n1fdgl4t4eHBnNY2wc+MYp4eRThnRuo73hQt8wBEYEh8N7uAkP6p6q2xr7pAuGWALRQ5HLIgKlQZA4qyoWaNDa+ZX2AsvbVtzv06BN0GcYIhFoRY=
file_glob: true
file:
- build/distrib/ctan/*.zip
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG != *-dev
prerelease: false
draft: true
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Change History
--------------
2019-08-11 luaotfload v2.991
* fix issue #88
2019-09-13 luaotfload v3.0
* invisible option to avoid that some glyph are shown (issue #63)
* correct small bug in xheight calculation

2019-08-11 luaotfload v2.99
* some clean up
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Luaotfload Package

![Version: 2.991](https://img.shields.io/badge/current_version-2.991-blue.svg?style=flat-square)
![Version: 3.002](https://img.shields.io/badge/current_version-3.002-blue.svg?style=flat-square)
![Date: 2019-08-11](https://img.shields.io/badge/date-2019--08--11-blue.svg?style=flat-square)
[![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)

Expand Down
Loading

0 comments on commit d08c120

Please sign in to comment.