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 7
7
build :
8
8
docker :
9
9
- image : ruby
10
-
10
+
11
11
working_directory : ~/repo
12
12
13
13
steps :
@@ -19,17 +19,17 @@ jobs:
19
19
apt-get update
20
20
apt-get install -y gnuplot
21
21
gem build rubydown.gemspec
22
- gem install rubydown-0.1 .0.gem
22
+ gem install rubydown-0.2 .0.gem
23
23
gem install bio
24
-
24
+
25
25
# run tests!
26
26
- run :
27
27
name : run tests
28
28
command : |
29
29
rubydown -i examples/bio.md -e templates/template.html.erb -o /tmp/bio.html
30
30
rubydown -i examples/table.md -e templates/template.html.erb -o /tmp/table.html
31
31
rubydown -i examples/graph.md -e templates/template.html.erb -o /tmp/graph.html
32
-
32
+
33
33
# collect reports
34
34
- store_artifacts :
35
35
path : /tmp
Original file line number Diff line number Diff line change 2
2
install :
3
3
- set PATH=C:\Ruby25-x64\bin;%PATH%
4
4
- gem build rubydown.gemspec
5
- - gem install rubydown-0.1 .0.gem
5
+ - gem install rubydown-0.2 .0.gem
6
6
7
7
build : off
8
8
@@ -20,6 +20,6 @@ test_script:
20
20
- rubydown -i examples\bio.md -e templates\template.html.erb -o bio.html
21
21
- rubydown -i examples\graph.md -e templates\template.html.erb -o graph.html
22
22
- rubydown -i examples\table.md -e templates\template.html.erb -o table.html
23
-
23
+
24
24
artifacts :
25
25
- path : ' *.html'
You can’t perform that action at this time.
0 commit comments