Skip to content

Commit 90f4dbc

Browse files
committed
ci: Add cirrus configuration
1 parent d8cf16b commit 90f4dbc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.cirrus.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
container:
2+
image: ruby:2.5.5
3+
4+
task:
5+
name: website
6+
env:
7+
JEKYLL_ENV: production
8+
NOKOGIRI_USE_SYSTEM_LIBRARIES: true # speeds up installation of html-proofer
9+
RUBYOPT: "-KU -E utf-8:utf-8"
10+
11+
bootstrap_script: gem install bundler
12+
bundler_cache:
13+
folder: /usr/local/bundle
14+
fingerprint_script:
15+
- echo $RUBY_VERSION
16+
- cat Gemfile.lock
17+
populate_script: bundle install
18+
19+
build_and_test_script: make all

0 commit comments

Comments
 (0)