Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
158838c0
Commit
158838c0
authored
6 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
updated .travis.yml --trunk-- (hmenke)
parent
cde4aa16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+8
-1
8 additions, 1 deletion
.travis.yml
with
8 additions
and
1 deletion
.travis.yml
+
8
−
1
View file @
158838c0
...
...
@@ -64,6 +64,11 @@ matrix:
before_deploy
:
-
if [ -n "$package" ]; then tar czvf ${package} -C build/texk/web2c luajittex luatex ; fi
-
export LUATEX_VERSION=`grep luatex_version_string source/texk/web2c/luatexdir/luatex.c | cut -d '"' -f 2`
-
export LUATEX_SVN_REVISION=`grep -Eo "[0-9]+" source/texk/web2c/luatexdir/luatex_svnversion.h`
-
git config --local user.name "Travis CI"
-
git config --local user.email "https://travis-ci.org/"
-
git tag "${LUATEX_VERSION}-svn${LUATEX_SVN_REVISION}"
deploy
:
provider
:
releases
...
...
@@ -71,5 +76,7 @@ deploy:
file
:
$package
skip_cleanup
:
true
on
:
tags
:
true
branch
:
trunk
overwrite
:
true
tags
:
false
condition
:
$package != ""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment