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
We want to automatically publish this each time a new version of CiviCRM is released, and each time a new version of PHP is released.
We also want to be able to trigger a build on an adhoc basis, for example if there is a security release of a package that we depend on, e.g. something that we are apt installing like libpng-dev.
We want to automatically publish this each time a new version of CiviCRM is released, and each time a new version of PHP is released.
We also want to be able to trigger a build on an adhoc basis, for example if there is a security release of a package that we depend on, e.g. something that we are apt installing like
libpng-dev
.We've created a script to do this:
build.php
.We now need
The text was updated successfully, but these errors were encountered: