Skip to content
Snippets Groups Projects
Commit c33b068c authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

adds build.yaml for CI

parent 85caa2bc
No related branches found
No related tags found
No related merge requests found
# src_dir:
#
# Indicates the source directory relatively to the root of the project
#
# Default: Maarch
#
# Examples:
src_dir: /
#src_dir: MaarchX
# test_dir:
#
# Indicates the directory where automated tests are relatively to the
# root of the project
#
# Default: tests
#
# Examples:
#test_dir: test
# ignore_patterns:
#
# List of directory pattern to exclude from static analysis.
# Listed patterns will be added to the default list.
# Globbing is supported :
# - * : matches any sequence of character
# - ** : matches directories recursively.
# - ? : matches any one character.
# - [set]: matches any one character in set.
# - {p,q}: matches either literal p or literal q.
#
# Default: [tests, build]
#
# Examples:
#ignore_patterns: [pattern1, pattern2]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment