File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 build :
88 docker :
99 - image : ruby
10-
10+
1111 working_directory : ~/repo
1212
1313 steps :
@@ -19,17 +19,17 @@ jobs:
1919 apt-get update
2020 apt-get install -y gnuplot
2121 gem build rubydown.gemspec
22- gem install rubydown-0.1 .0.gem
22+ gem install rubydown-0.2 .0.gem
2323 gem install bio
24-
24+
2525 # run tests!
2626 - run :
2727 name : run tests
2828 command : |
2929 rubydown -i examples/bio.md -e templates/template.html.erb -o /tmp/bio.html
3030 rubydown -i examples/table.md -e templates/template.html.erb -o /tmp/table.html
3131 rubydown -i examples/graph.md -e templates/template.html.erb -o /tmp/graph.html
32-
32+
3333 # collect reports
3434 - store_artifacts :
3535 path : /tmp
Original file line number Diff line number Diff line change 22install :
33 - set PATH=C:\Ruby25-x64\bin;%PATH%
44 - gem build rubydown.gemspec
5- - gem install rubydown-0.1 .0.gem
5+ - gem install rubydown-0.2 .0.gem
66
77build : off
88
@@ -20,6 +20,6 @@ test_script:
2020 - rubydown -i examples\bio.md -e templates\template.html.erb -o bio.html
2121 - rubydown -i examples\graph.md -e templates\template.html.erb -o graph.html
2222 - rubydown -i examples\table.md -e templates\template.html.erb -o table.html
23-
23+
2424artifacts :
2525 - path : ' *.html'
You can’t perform that action at this time.
0 commit comments