AppVeyor doesn't build on commit
My appveyor.yml
doesn't build on commit.
What am I doing wrong? Please advise.
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 13 Jan, 2021 09:52 PM
Is it the same issue as before?
2 Posted by Zev Spitz on 13 Jan, 2021 09:54 PM
No, the previous issues were all resolved properly.
This is more representative of a general issue; some of my AppVeyor projects build on commit and some do not.
Support Staff 3 Posted by Feodor Fitsner on 13 Jan, 2021 10:15 PM
Could you please elaborate? Examples?
4 Posted by Zev Spitz on 13 Jan, 2021 10:32 PM
As I said, I have a number of AppVeyor projects, some of which build on commit to the corresponding repo (ZSpitz.Util, ExpressionTreeToString) and some of which only build if I trigger a build through the AppVeyor UI (PandocFilters.
I haven't been able to pin down the difference.
For instance, I've just pushed a commit, but AppVeyor hasn't picked it up yet.
Support Staff 5 Posted by Feodor Fitsner on 13 Jan, 2021 10:44 PM
At a glance: in appveyor.yml you have "only master branch" filter (https://github.com/zspitz/PandocFilters/blob/main/appveyor.yml#L8) while repo has "main" branch only.
6 Posted by Zev Spitz on 13 Jan, 2021 11:05 PM
I'm becoming frustrated with my inability to debug the simplest things...
Thanks.
Zev Spitz closed this discussion on 13 Jan, 2021 11:05 PM.