File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
container :
2
2
image : ruby:2.7.4
3
3
4
- task :
5
- name : website
6
- env :
4
+ env :
7
5
JEKYLL_ENV : production
8
6
NOKOGIRI_USE_SYSTEM_LIBRARIES : true # speeds up installation of html-proofer
9
7
RUBYOPT : " -KU -E utf-8:utf-8"
10
8
9
+ task :
10
+ name : Bundler build
11
+
11
12
bootstrap_script : gem install bundler
12
13
bundler_cache :
13
14
folder : /usr/local/bundle
17
18
populate_script : bundle install
18
19
19
20
build_and_test_script : make all
21
+
22
+ task :
23
+ name : debian only
24
+ container :
25
+ image : debian:bullseye
26
+ install_script :
27
+ - apt update
28
+ - >
29
+ apt install -y
30
+ curl
31
+ jekyll
32
+ make
33
+ ruby
34
+ ruby-jekyll-redirect-from
35
+ ruby-kramdown-parser-gfm
36
+ ruby-html-proofer
37
+ build_and_test_script :
38
+ - rm Gemfile.lock
39
+ - make all
You can’t perform that action at this time.
0 commit comments