forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpci.yml
More file actions
35 lines (33 loc) · 705 Bytes
/
phpci.yml
File metadata and controls
35 lines (33 loc) · 705 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
35
build_settings:
verbose: false
ignore:
- "Tests"
mysql:
host: "localhost"
user: "test"
pass: ""
setup:
mysql:
- "DROP DATABASE IF EXISTS test;"
- "CREATE DATABASE test;"
copy_build:
directory: temp
typo3_install:
version: master
verbose: false
typo3_extension_prepare:
extension: vhs
source: temp
verbose: false
typo3_extension_install:
extension: vhs
verbose: false
test:
php_loc:
allow_failures: true
directory: typo3conf/ext/vhs
php_spec:
allow_failures: false
complete:
mysql:
- "DROP DATABASE IF EXISTS test;"