mirror of https://gitlab.com/basile.b/dexed.git
30 lines
563 B
YAML
30 lines
563 B
YAML
pages:
|
|
before_script:
|
|
- apt-get update -y
|
|
- apt-get install -y pandoc
|
|
script:
|
|
- cd docs
|
|
- bash generate.sh
|
|
artifacts:
|
|
# prevent storage increase
|
|
# in period of inactivity a weekly CRON regenerate the site
|
|
expire_in: 1 week
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|
|
- merge_requests
|
|
|
|
release:
|
|
image: registry.gitlab.com/basile.b/dexed/rlz-image.fedora.x86_64:1.3
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: normal
|
|
script:
|
|
- bash setup/build-release.sh
|
|
artifacts:
|
|
paths:
|
|
- setup/output/
|
|
only:
|
|
- tags
|
|
- merge_requests
|