EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Win build test #4

Closed rozyczko closed 3 years ago

rozyczko commented 3 years ago

Two things helped:

  1. not using caching
  2. adding explicit wait time for the Qt Installer to install. Its silent installation is run asynchronously and the follow up build steps are executed immediately after starting the install process. If the machine is quick, the installer is ready in time for its use in createOnlineRepository but most of the time it isn't. The added 10s wait should be sufficient as tested and it's a workaround. The script should wait for the installation to finish rather than rely on hardcoded timers but this will do.
AndrewSazonov commented 3 years ago

Fixed by adding --verbose to the online repository creation tool in 318841e18785ee482bf388736494b9d508e2ec4b