-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitlc.yml
More file actions
31 lines (31 loc) · 934 Bytes
/
gitlc.yml
File metadata and controls
31 lines (31 loc) · 934 Bytes
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
test:
php53:
branch:
box: 'backdrop-php53'
dir: '{home}/github/branch/{branch}'
scripts:
init: '{deploy_dir}/core/misc/zen-ci/init_test.sh'
tests:
- '{deploy_dir}/core/misc/zen-ci/run_tests.sh'
pull_request:
box: 'backdrop-php53'
dir: '{home}/github/pr/{pr_number}'
scripts:
init: '{deploy_dir}/core/misc/zen-ci/init_test.sh'
tests:
- '{deploy_dir}/core/misc/zen-ci/run_tests.sh'
php70:
branch:
box: 'backdrop-php70'
dir: '{home}/github/branch/{branch}'
scripts:
init: '{deploy_dir}/core/misc/zen-ci/init_test.sh'
tests:
- '{deploy_dir}/core/misc/zen-ci/run_tests.sh'
pull_request:
box: 'backdrop-php70'
dir: '{home}/github/pr/{pr_number}'
scripts:
init: '{deploy_dir}/core/misc/zen-ci/init_test.sh'
tests:
- '{deploy_dir}/core/misc/zen-ci/run_tests.sh'