What is .gitlab-ci.yml?

Matthew Selsky Matthew.Selsky at twosigma.com
Mon Dec 25 17:16:24 UTC 2017


On Sun, Dec 24, 2017 at 11:14:32PM -0800, Hal Murray via devel wrote:
> and/or where is it documented and/or why is it part of the git source tree?

See https://docs.gitlab.com/ce/ci/yaml/README.html

> It contains many lines like this one:
>     - python -m unittest discover -s build/main/tests/pylib
> 
> Does/should waf check to that?
> If so, I think that line could be replaced with a "check" added to the 
> previous line.

The yaml code was written before waf check was fixed to run the python checks.  I've updated the yaml to simply use waf check. See MR !623.


Thanks,
-Matt


More information about the devel mailing list