Commit Graph

6 Commits

Author SHA1 Message Date
Tristan Partin 87ba248404 Mark the bash completion files for bash and zsh as Shell files
This will add highlighting when viewing on GitHub.
2024-02-09 22:26:46 +05:30
Dylan Baker d505a68e34 Fix crlf line endings
mark .icns files as binary so git will stop trying to fix the line
endings, and recommit the remaining .crlf files
2018-10-30 00:28:02 +02:00
Jussi Pakkanen 9e968e91c0 Use .gitattributes to override autocrlf=true
Avoid platform eol normalization as check_format() in project_tests checks
for unix-style line endings.

Indicate .png files are binary so we don't try to normalize them on
check-in.
2018-10-16 06:58:47 -07:00
Jussi Pakkanen 8cd3e166d8 Refert lf change. 2018-10-15 19:26:50 +03:00
Jon Turney 7bdb39668b
Add an azure-pipelines.yml
v1:
Add an azure-pipelines.yml
Don't check source line endings if autocrlf is on
Handle origin-only refs in skip_ci
Add .py to PATHEXT for the benefit of test_find_program()
Publish logs as build artifacts and publish test results

v2:
Use .gitattributes to override autocrlf
Move tmpdir, so it's not a subdir of source directory, otherwise it gets
included in line-ending checks.
Use serial build numbers, rather than date.dailybuildnumber
Workaround for #3239 is no longer needed now a fix has been commited
Tweak test results and artefact naming
Wait for MS-MPI installers to complete
Publish test results even if tests had an error
2018-10-14 16:01:22 +01:00
Jussi Pakkanen 41f76025c1 Created a git attributes file. 2014-06-07 15:03:40 +03:00