Segcolt f7d430ad64 A working template with limarka
Binaries are now too old to be working now.
2025-11-25 22:18:10 -03:00

22 lines
560 B
YAML

language: ruby
services:
- docker
before_script:
- docker build -t limarka:customizado .
script:
- docker run --mount src=`pwd`,target=/trabalho,type=bind limarka:customizado exec
- mv xxx*.pdf $PDF
after_failure:
- cat test/latex/exemplo-minimo/xxx-*.log
before_deploy:
- git config --local user.name $NOME
- git config --local user.email $EMAIL
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
api_key: $TOKEN
file: $PDF
skip_cleanup: true
draft: true