You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That said even if that worked it might fail anyway, due to the time it takes to generate the library files during a first time build. Appveyor has a time limit of 1 hour, which may be exceeded by the time the 50 or so dependencies are built.
If it did work, it still isn't ideal, as nobody wants to wait that long to validate a source build and run unit tests.
The best solution would probably be to have a release with all the libraries prebuilt, which appveyor can simply download and then proceed straight towards the engine build instead.
The text was updated successfully, but these errors were encountered:
For some reason vcpkg fails to install 7zip during the setup phase, and therefore cannot download gtkmm and its dependencies.
https://ci.appveyor.com/project/Illation/etengine
That said even if that worked it might fail anyway, due to the time it takes to generate the library files during a first time build. Appveyor has a time limit of 1 hour, which may be exceeded by the time the 50 or so dependencies are built.
If it did work, it still isn't ideal, as nobody wants to wait that long to validate a source build and run unit tests.
The best solution would probably be to have a release with all the libraries prebuilt, which appveyor can simply download and then proceed straight towards the engine build instead.
The text was updated successfully, but these errors were encountered: