Newer
Older
variables:
GIT_SUBMODULE_STRATEGY: recursive

Tomas Lovato
committed
# input version for release (available only when pipeline is run manually)
description: "Set version release number for manuals"
image: registry.gitlab.com/islandoftex/images/texlive:TL2021-historic
NEMO manual:
tags:
- docker
stage: build

Tomas Lovato
committed
#when: manual
script:
- version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
- bash -x manual_build.sh -r ${version} -p NEMO
artifacts:
paths:
- NEMO_manual.pdf

Tomas Lovato
committed
expire_in: 15 mins
TOP manual:
tags:
- docker
stage: build

Tomas Lovato
committed
#when: manual
- version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
artifacts:
paths:
- TOP_manual.pdf

Tomas Lovato
committed
expire_in: 15 mins
SI3 manual:
tags:
- docker
stage: build

Tomas Lovato
committed
#when: manual
- version=${CI_COMMIT_REF_NAME}
- if [ "x${VERSION}" != "x" ] ; then version=${VERSION} ; fi
artifacts:
paths:
- SI3_manual.pdf