Skip to content
Snippets Groups Projects
Commit 158838c0 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

updated .travis.yml --trunk-- (hmenke)

parent cde4aa16
No related branches found
No related tags found
No related merge requests found
......@@ -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 != ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment