nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
117 stars 90 forks source link

Add a checker to check file name is portable #729

Open zhoonit opened 3 years ago

zhoonit commented 3 years ago

Is your feature request related to a problem? Please describe.

File name can be built easily non-portable way. For example, in windows, file names with \ is prohibited, when this file is in a git repo, we can't clone this repo in windows file system.

Describe the solution you'd like

Add a sanity checker that finds out if a given file name inside a commit is not portable, will reduce unexpected problem.

taos-ci commented 3 years ago

:octocat: cibot: Thank you for posting issue #729. The person in charge will reply soon.