Boost logo

Boost :

From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2020-05-08 19:30:27


On 2020-05-08 21:17, Edward Diener via Boost wrote:
> How does one retrigger CI testing for a PR on Github without having to
> artificially update the PR ? I tried to find the answer to this in
> Github Help with no success. Maybe you have to retrigger tests within
> the testing environment somehow but I could not see how in either
> Appveyor or Travis CI.

For Travis, you can restart the build jobs from Travis web UI.

For AppVeyor, I don't think you can, unless you have admin rights to the
CI project (i.e. if it is your CI project). In this case you can amend
the last commit with no changes and force-push the branch. This will
trigger all CIs.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk