Trigger build on commits after last commit is x mins old
Hi,
I'm using AppVeyor for an open-source project, so it is great, but I have found the system a bit too quick at compiling the repo (hey, I'm complaining that the current system is too good, that's nice :).
Afaik, I can't see any way to delay the build until a certain amount of times as elapsed since the previous commit. That would allow to group commits that have been pushed in a similar time frame to be compiled together and lower build resource consumption.
Do you think that this is a feature that could make it?
Thanks!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 25 Dec, 2015 12:59 AM
Just use branches! :) Tell AppVeyor to build "master" branch only. Develop a feature in a new branch then merging of this branch to master will start a new build.
-Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:03 AM.