-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitlab-ci.yml
49 lines (41 loc) · 975 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
before_script:
- export HOME=/home/gitlab-runner
- export LC_ALL=en_US.UTF-8
- export RAILS_ENV=test
- ''
- '[[ -z $RUBY_VERSION ]] && RUBY_VERSION="2.4.2"'
- ''
- rvm use ruby $RUBY_VERSION >/dev/null 2>&1
- ruby -v
- ''
- bundle install
variables:
REPO: easyredmine/stable-2016
stages:
- me
- ryses
- easyproject
# -----------------------------------------------------------------------------
# Stage: Me
Me / MySQL:
stage: me
tags:
- gantt
script:
- bin/easy_core ci-run-easy --mysql --test me
# -----------------------------------------------------------------------------
# Stage: Ryses
Ryses / MySQL:
stage: ryses
tags:
- gantt
script:
- bin/easy_core ci-run-easy --mysql --test ryses
# -----------------------------------------------------------------------------
# Stage: Easyproject
Easyproject / MySQL:
stage: easyproject
tags:
- gantt
script:
- bin/easy_core ci-run-easy --mysql --test easyproject