mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
yml config documentation (#2899)
* little fix * add config hints * doc link
This commit is contained in:
@@ -94,3 +94,6 @@ deploy:
|
|||||||
force_update: true
|
force_update: true
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
|
# official validator for ".appveyor.yml" config file: https://ci.appveyor.com/tools/validate-yaml
|
||||||
|
# appveyor config documentation: https://www.appveyor.com/docs/build-configuration/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- '**/translations/*.ts'
|
- '**/translations/*.ts'
|
||||||
|
|
||||||
# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
|
# codacy config documentation: https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
|
||||||
|
|||||||
@@ -56,5 +56,5 @@ notifications:
|
|||||||
on_failure: change
|
on_failure: change
|
||||||
on_start: never
|
on_start: never
|
||||||
|
|
||||||
# official validator for travis.yml config files: https://yaml.travis-ci.org
|
# official validator for ".travis.yml" config file: https://yaml.travis-ci.org
|
||||||
# travis documentation: https://docs.travis-ci.com/user/customizing-the-build
|
# travis config documentation: https://docs.travis-ci.com/user/customizing-the-build
|
||||||
|
|||||||
Reference in New Issue
Block a user