##// END OF EJS Templates
Merged r14902, r14903 and r14904 from trunk to 3.2-stable...
Toshi MARUYAMA -
r14523:d20f0ada288f
parent child
Show More
@@ -1,36 +1,36
1 1 # Redmine runs tests on own continuous integration server.
2 2 # http://www.redmine.org/projects/redmine/wiki/Continuous_integration
3 3 # You can also run tests on your environment.
4 4
5 5 install:
6 6 - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
7 7 - ruby --version
8 8 - gem --version
9 - git --version
10 - hg --version
9 11
10 12 build: off
11 13
12 14 test_script:
13 15 - bundle install --without rmagick
14 - set SCMS=git
16 - set SCMS=mercurial
15 17 - set RUN_ON_NOT_OFFICIAL=
16 18 - set RUBY_VER=1.9
17 19 - set BRANCH=trunk
18 20 - bundle exec rake config/database.yml
19 21 - bundle install
20 22 - bundle exec rake ci:setup
21 23 - bundle exec rake test
22 24
23 25 environment:
24 26 global:
25 27 RAILS_ENV: test
26 28 DATABASE_ADAPTER: sqlite3
27 29 matrix:
28 30 - ruby_version: "193"
29 31 - ruby_version: "200"
30 32 - ruby_version: "200-x64"
31 33 - ruby_version: "21"
32 34 - ruby_version: "21-x64"
33 # Nokogori does not work on Windows Ruby 2.2
34 # https://github.com/sparklemotion/nokogiri/issues/1256
35 # - ruby_version: "22"
36 # - ruby_version: "22-x64"
35 - ruby_version: "22"
36 - ruby_version: "22-x64"
General Comments 0
You need to be logged in to leave comments. Login now