Поскольку Travis теперь поддерживает сборку на Windows (по крайней мере, в определенной степени), я пытаюсь получить проект Unity
, созданный на машине с Windows.
Пробуя различные изменения в конфигурации Travis
, у меня было две сборки, которые могли установить Unity
(но больше ничего не сделали). Как только у меня был готов конфиг для попытки собрать с Unity, Chocolatey
не удалось загрузить Unity
.
Я лично (через подчиненного Travis
) достигал что-то вроде ежедневного лимита загрузки (и я всегда получал один и тот же ведомый IP)? Или это результат того, что несколько человек слишком часто скачивают единство через Travis
Поскольку я могу вручную загрузить файл по ссылке, указанной в журналах, я исключил бы проблему с сервером единства в качестве причины.
Вот ошибочный Travis
журнал:
$choco install unity
Chocolatey v0.10.11
Installing the following packages:
unity
By installing you accept licenses for the packages.
Progress: Downloading unity 2018.3.11... 100%
unity v2018.3.11 [Approved]
unity package files install completed. Performing other installation steps.
Downloading unity 64 bit
from 'https://download.unity3d.com/download_unity/5063218e4ab8/Windows64EditorInstaller/UnitySetup64.exe'
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://download.unity3d.com/download_unity/5063218e4ab8/Windows64EditorInstaller/UnitySetup64.exe'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (403) Forbidden."
This package is likely not broken for licensed users - see https://chocolatey.org/docs/features-private-cdn.
The install of unity was NOT successful.
И для справки, следующий (более часа назад).
choco install unity
Chocolatey v0.10.11
Installing the following packages:
unity
By installing you accept licenses for the packages.
Progress: Downloading unity 2018.3.11... 100%
unity v2018.3.11 [Approved]
unity package files install completed. Performing other installation steps.
Downloading unity 64 bit
from 'https://download.unity3d.com/download_unity/5063218e4ab8/Windows64EditorInstaller/UnitySetup64.exe'
Progress: 100% - Completed download of C:\Users\travis\AppData\Local\Temp\chocolatey\unity\2018.3.11\UnitySetup64.exe (557 MB).
Download of UnitySetup64.exe (557 MB) completed.
Hashes match.
Installing unity...
unity has been installed.
unity may be able to be automatically uninstalled.
The install of unity was successful.
Software installed as 'EXE', install location is likely default.