forked from XoopsModules25x/tag
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.scrutinizer.yml
40 lines (40 loc) · 1.34 KB
/
.scrutinizer.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
# language: php
build:
environment:
php: 8.0.11
nodes:
tests: true
analysis:
dependencies:
after:
# The following installs the most recent XOOPS CMS version, you might want
# to install a specific release tag or branch instead.
- git clone --depth=1 https://github.com/XOOPS/XoopsCore25
- git clone --depth=1 https://github.com/mambax7/tag
- git clone --depth=1 https://github.com/mambax7/extgallery
- git clone --depth=1 https://github.com/mambax7/myalbum
- git clone --depth=1 https://github.com/mambax7/newbb
- git clone --depth=1 https://github.com/mambax7/publisher
- git clone --depth=1 https://github.com/mambax7/randomquote
- git clone --depth=1 https://github.com/mambax7/smartfaq
- git clone --depth=1 https://github.com/mambax7/tdmdownloads
- git clone --depth=1 https://github.com/mambax7/xfaq
- git clone --depth=1 https://github.com/gregmage/xmnews
project_setup:
override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis
filter:
dependency_paths:
- XoopsCore25/*
- tag/*
- extgallery/*
- myalbum/*
- newbb/*
- publisher/*
- randomquote/*
- smartfaq/*
- tdmdownloads/*
- xfaq/*
- xmnews/*