Project

General

Profile

Continuous integration » History » Version 7

Jean-Philippe Lang, 2012-04-06 18:17
Info about the OS and link to Jenkins website

1 1 Jean-Philippe Lang
h1. Continuous integration
2
3 6 Jean-Philippe Lang
The Redmine build status can be found at http://www.redmine.org/builds/.
4 1 Jean-Philippe Lang
5 7 Jean-Philippe Lang
Tests run on Ubuntu 11.10 (GNU/Linux 3.0.0-12-generic-pae i686) with the help of "Jenkins CI":http://jenkins-ci.org/. Below are the details of the test environments:
6 1 Jean-Philippe Lang
7
* Ruby interpreters:
8 4 Jean-Philippe Lang
9 6 Jean-Philippe Lang
  * ruby-1.8.7-p358
10
  * ruby-1.9.2-p318
11
  * ruby-1.9.3-p125
12
  * jruby 1.6.7
13 1 Jean-Philippe Lang
14
* Databases:
15
16 6 Jean-Philippe Lang
  * MySQL 5.1.58
17
  * PostgreSQL 9.1.1
18
  * Sqlite 3.7.7
19 1 Jean-Philippe Lang
20
* Database gems:
21
22 6 Jean-Philippe Lang
  * mysql (2.8.1), used with ruby 1.8
23
  * mysql2 (0.2.18), used with ruby 1.9
24
  * pg (0.9.0)
25
  * sqlite3 (1.3.5)
26 1 Jean-Philippe Lang
27
* SCM:
28
29 6 Jean-Philippe Lang
  * Subversion 1.6.12
30
  * Mercurial 1.9.1
31
  * Git 1.7.5.4
32 2 Jean-Philippe Lang
  * CVS 1.12.13
33 6 Jean-Philippe Lang
  * Bazaar 2.4.1
34
  * Darcs 2.5.2
35 2 Jean-Philippe Lang
36 6 Jean-Philippe Lang
Test coverage is available at http://www.redmine.org/builds/coverage/ and is updated daily.