[winapi] Enable Travis and AppVeyor
Hi, I'm trying to enable Travis and AppVeyor builds for Boost.WinAPI, and Travis says that I need admin rights on the project to do it: https://travis-ci.org/boostorg/winapi I don't know if AppVeyor also needs admin rights, maybe someone with more experience could clarify. Could I have the admin rights for Boost.WinAPI? Or maybe boostorg admins could do the necessary steps to enable the project in Travis and AppVeyor? Thanks.
Andrey Semashev wrote:
Hi,
I'm trying to enable Travis and AppVeyor builds for Boost.WinAPI, and Travis says that I need admin rights on the project to do it:
I enabled it, and it told me that a build had already completed 2 hours ago. Maybe someone had enabled it already.
I don't know if AppVeyor also needs admin rights, maybe someone with more experience could clarify.
Appveyor is different, you add the repo to your own account there.
On 09/16/17 00:12, Peter Dimov via Boost wrote:
Andrey Semashev wrote:
Hi,
I'm trying to enable Travis and AppVeyor builds for Boost.WinAPI, and Travis says that I need admin rights on the project to do it:
I enabled it, and it told me that a build had already completed 2 hours ago. Maybe someone had enabled it already.
Thanks. I triggered one build manually when I was fiddling with it. I can see the project is active, but for some reason it doesn't trigger for the latest commits. That one built that has completed was for a not-the-most-recent commit, and it didn't trigger a new build since then. Is there a setting somewhere to enable automatic builds?
Andrey Semashev wrote:
On 09/16/17 00:12, Peter Dimov via Boost wrote:
Andrey Semashev wrote:
Hi,
I'm trying to enable Travis and AppVeyor builds for Boost.WinAPI, and Travis says that I need admin rights on the project to do it:
I enabled it, and it told me that a build had already completed 2 hours ago. Maybe someone had enabled it already.
Thanks. I triggered one build manually when I was fiddling with it.
I can see the project is active, but for some reason it doesn't trigger for the latest commits. That one built that has completed was for a not-the-most-recent commit, and it didn't trigger a new build since then. Is there a setting somewhere to enable automatic builds?
I don't see any commits since I enabled it. git push something and it should trigger.
On Sat, Sep 16, 2017 at 10:01 AM, Peter Dimov via Boost
Andrey Semashev wrote:
On 09/16/17 00:12, Peter Dimov via Boost wrote:
Andrey Semashev wrote:
Hi,
I'm trying to enable Travis and AppVeyor builds for Boost.WinAPI, and
Travis says that I need admin rights on the project to do it:
I enabled it, and it told me that a build had already completed 2 hours
ago. Maybe someone had enabled it already.
Thanks. I triggered one build manually when I was fiddling with it.
I can see the project is active, but for some reason it doesn't trigger for the latest commits. That one built that has completed was for a not-the-most-recent commit, and it didn't trigger a new build since then. Is there a setting somewhere to enable automatic builds?
I don't see any commits since I enabled it. git push something and it should trigger.
Oh, so it hooks into push instead of polling. I see. Incidentally, now I'm having a problem with AppVeyor. I've set up the build schedule (which, I presume, is the polling interval), but the build doesn't trigger even after commits have been pushed. I also don't see it mentioned as a pending CI check in pull requests (e.g. https://github.com/boostorg/winapi/pull/56).
On Sat, Sep 16, 2017 at 6:22 PM, Peter Dimov via Boost
Andrey Semashev wrote:
Incidentally, now I'm having a problem with AppVeyor. I've set up the build schedule (which, I presume, is the polling interval), ...
There is no polling interval. Appveyor triggers on push just like Travis does.
Hmm, then something's not working. Even after a push the build doesn't trigger in AppVeyor.
On Sat, Sep 16, 2017 at 7:10 PM, Andrey Semashev
On Sat, Sep 16, 2017 at 6:22 PM, Peter Dimov via Boost
wrote: Andrey Semashev wrote:
Incidentally, now I'm having a problem with AppVeyor. I've set up the build schedule (which, I presume, is the polling interval), ...
There is no polling interval. Appveyor triggers on push just like Travis does.
Hmm, then something's not working. Even after a push the build doesn't trigger in AppVeyor.
So how do I enable automatic builds in AppVeyor? I tried re-creating AppVeyor project, but that didn't help - the build still doesn't trigger on push.
participants (2)
-
Andrey Semashev
-
Peter Dimov