mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-21 21:20:10 -04:00
* Build on Azure instead of Appveyor
* fixup! Update Nuget
* fixup! installer and tests
* fixup! automation tests mac/linux
* Fix .gitattributes
* Fix line endings
* Try to fix integration tests
* Install mediainfo
* Update sqlite3 binaries for windows and mac
* Update media info to 20.03 and fix test
* Fix HttpClientTests, Use Servarr HttpBin Mirror
* Update test script
* Add media info to tests
* Fix tests
* Ignore tests ignored on Aphrodite
* partial automation update
* Reveet mac mediaInfo upgrade
* fixup! automation tests
* Revert "Reveet mac mediaInfo upgrade"
This reverts commit b54a76446b
.
* Don't run linux tests on mac
* Exclude test failing on mac
Co-authored-by: ta264 <ta264@users.noreply.github.com>
26 lines
No EOL
587 B
Text
26 lines
No EOL
587 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Explicitly set bash scripts to have unix endings
|
|
*.sh text eol=lf
|
|
macOS/Radarr text eol=lf
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
#*.sln merge=union
|
|
#*.csproj merge=union
|
|
#*.vbproj merge=union
|
|
#*.fsproj merge=union
|
|
#*.dbproj merge=union
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain |