forked from Block8/b8framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpci.yml
More file actions
34 lines (30 loc) · 691 Bytes
/
phpci.yml
File metadata and controls
34 lines (30 loc) · 691 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
32
33
34
build_settings:
ignore:
- "vendor"
- "tests"
setup:
mysql:
- "DROP DATABASE IF EXISTS b8_test_%PHPCI_BUILD%;"
- "CREATE DATABASE b8_test;"
- "GRANT ALL PRIVILEGES ON b8_test_%PHPCI_BUILD%.* TO b8_test@'localhost' IDENTIFIED BY 'b8_test';"
test:
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: "PSR1"
allow_failures: true
php_cpd:
allow_failures: true
complete:
mysql:
- "DROP DATABASE IF EXISTS b8_test_%PHPCI_BUILD%;"
package_build:
directory: /www/b8framework-builds
filename: "%project.title%-%date%"
format:
- "tar"
- "zip"
success:
notify:
recipients:
- "dan@block8.co.uk"