Skip to content
Snippets Groups Projects
Commit 7581fcc0 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

Merge branch 'feature/bundle-cache' into 'master'

Cache bundle files in order to speed up page generation

See merge request frama-c/frama-c.frama-c.com!4
parents 5f3a9dd2 ec0cdffd
No related branches found
No related tags found
1 merge request!4Cache bundle files in order to speed up page generation
Pipeline #23424 passed
......@@ -6,9 +6,15 @@ image: ruby:2.4
variables:
JEKYLL_ENV: production
# Cache gems in between builds
cache:
paths:
- vendor/ruby
before_script:
- ruby -v # Print out ruby version for debugging
- gem install bundler -v '2.0.2'
- bundle install
- bundle install -j $(nproc) --path vendor
test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment