Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Villemot
website
Commits
a9b873df
Verified
Commit
a9b873df
authored
Sep 4, 2019
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Test
parent
b4f1cdd4
No related branches found
No related tags found
No related merge requests found
Pipeline
#1718
passed
Sep 4, 2019
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
10
−
10
View file @
a9b873df
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment