Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] changelog conflicts are a thing of the past (#14098) | Timothee Cour | 2020-04-24 | 1 | -0/+6 |
| | |||||
* | removed .gitattributes as it only causes trouble for me | Araq | 2020-03-18 | 1 | -2/+0 |
| | |||||
* | gitattributes: fix tests for windows | Leorize | 2020-03-17 | 1 | -1/+1 |
| | | | | | | Nim-generated files used in tests all end in LF, so we tell git to not touch them. Should allow a Windows user to clone and run tests without having to tweak their git settings | ||||
* | .github/workflows: new CI pipeline (#13656) | alaviss | 2020-03-16 | 1 | -0/+2 |
* .github/workflows: new CI pipeline As Azure Pipelines went offline, this will be our (temporary?) replacement. This pipeline covers everything that Azure Pipelines does. * workflows/ci: disable pipeline * workflows/ci: properly disable the pipeline * gitattributes: .txt used in tests should be LF-terminated This avoids test failures when the compiler was cloned on an OS where git attempts to convert LF->CRLF. We target only .txt in tests/ as the minimum required to keep tests running correctly. * workflows/ci: re-enable for testing |