PHP Classes

File: htdocs/themes/xbootstrap5/.scrutinizer.yml

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/.scrutinizer.yml   Download  
File: htdocs/themes/xbootstrap5/.scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 1 month ago
Size: 596 bytes
 

Contents

Class file image Download
# 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 project_setup: override: true tests: override: - php-scrutinizer-run --enable-security-analysis filter: dependency_paths: - XoopsCore25/* - tag/*