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: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
TERM: linux TERM: linux
build: build:
stage: build stage: build
tags:
- jekyll
variables: variables:
JEKYLL_ENV: production 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: 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 jekyll
- gem install bundler
- (cd _data && wget https://www.dynare.org/RePEc/cpm/dynare/wp.yml) - (cd _data && wget https://www.dynare.org/RePEc/cpm/dynare/wp.yml)
- pwd
- ls -la
- bash setup-release.sh - bash setup-release.sh
- bash setup-snapshots.sh - bash setup-snapshots.sh
- bundle install - bundle install
script: script:
- (cd assets/images/logo && make) - (cd assets/images/logo && make)
- bundle exec jekyll build - bundle exec jekyll build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .gem/
artifacts: artifacts:
paths: paths:
- _site - _site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment