Skip to content
Snippets Groups Projects
Verified Commit a9b873df authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Test

parent b4f1cdd4
No related branches found
No related tags found
No related merge requests found
Pipeline #1718 passed
# Assumes ruby-dev, ruby-bundle and LaTeX are installed in the runner
variables:
GIT_SUBMODULE_STRATEGY: normal
TERM: linux
build:
stage: build
tags:
- jekyll
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
GEM_HOME: "$CI_PROJECT_DIR/.gem"
before_script:
- export LC_ALL="C.UTF-8"
- export LANG="en_US.UTF-8"
- export LANGUAGE="en_US.UTF-8"
- export GEM_HOME=$HOME/gems
- export PATH=$HOME/gems/bin:$PATH
- gem install jekyll
- gem install bundler
- (cd _data && wget https://www.dynare.org/RePEc/cpm/dynare/wp.yml)
- pwd
- ls -la
- bash setup-release.sh
- bash setup-snapshots.sh
- bundle install
script:
- (cd assets/images/logo && make)
- bundle exec jekyll build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .gem/
artifacts:
paths:
- _site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment