-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgrumphp.yml
More file actions
50 lines (45 loc) · 1.72 KB
/
grumphp.yml
File metadata and controls
50 lines (45 loc) · 1.72 KB
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
50
################################################################################
#
# * This file is part of SplashSync Project.
# *
# * Copyright (C) Splash Sync <www.splashsync.com>
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# *
# * For the full copyright and license information, please view the LICENSE
# * file that was distributed with this source code.
# *
# * @author Bernard Paquier <contact@splashsync.com>
#
################################################################################
#############################################
# Override Config. for Php Core Module
parameters:
mode: "splashsync"
# For Building Splash Module
mod-src: '/odoo/addons/splashsync'
mod-target: '/odoo/addons/splashsync/'
mod-file: "splashsync-1.15.2"
# For Building Splash Documentation
doc-src: '/resources/docs'
doc-target: '/public'
doc-contents: ["splash-theme", "splash-faq"]
# For Building Splash Manifest
yml-enable: false
#############################################
# Git Hooks Test Suites Configs
#############################################
grumphp:
testsuites:
# Specify the test-suite for the git:commit-msg command:
git_commit_msg:
tasks: []
# Specify the test-suite for the git:pre-commit command:
git_pre_commit:
tasks: []
#############################################
# Import Generic + Splash Console Configs
imports:
- { resource: "./vendor/badpixxel/php-sdk/grumphp/extras.yml" }