Commit Graph

5 Commits

Author SHA1 Message Date
Timothee Cour
a6ff6e7871 fix https://github.com/dom96/choosenim/issues/256 WSL CRLF (#18452)
* fix https://github.com/dom96/choosenim/issues/256 WSL CRLF

* fixup
2021-07-14 18:52:09 +01:00
Timothee Cour
f07f07eef9 [ci skip] changelog conflicts are a thing of the past (#14098) 2020-04-24 09:16:20 +02:00
Araq
a96842aaeb removed .gitattributes as it only causes trouble for me 2020-03-18 14:43:39 +01:00
Leorize
5017320e7b gitattributes: fix tests for windows
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
2020-03-17 08:48:42 +01:00
alaviss
6e4cd3e5bf .github/workflows: new CI pipeline (#13656)
* .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
2020-03-16 23:02:50 +01:00