Fix texture case sensitivity issues.

This commit is contained in:
Pieter-Jan Briers
2018-06-08 12:37:34 +02:00
parent 7fcd424c71
commit bd529a0478
16 changed files with 6 additions and 4 deletions

View File

@@ -32,6 +32,8 @@ before_script:
- "engine/Tools/download_godotsharp.py"
script:
# Prevent people from putting in textures/ (lowercase).
- "if [ -d "Resources/textures" ]; exit 1; fi"
- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.6"