How to override default build script for a nightly build?
I have a single bitbucket repo used by two AppVeyor projects. Project 1 is a build-on-commit CI system. Project 2 is intended to be a nightly-build system which does extra, slower things. I've set up on the cron job fine and I've managed to stop Project 2 from building on commit, as it should be nightly only. But, I can't figure out how to tell Project 2 to run a different build script. I thought the UI settings took precedence over the appveyor.yml settings, but I have since read that this is not the case and it's wholly one or the other.
Without duplicating the appveyor.yml for a 1 line (out of 50) change, which would cause a maintenance issues, how can I say to Project 2: "Use this build script, not the default" ?
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

1 Posted by Ilya Finkelshte... on 23 Jan, 2018 04:49 PM
It can be the same
appveyor.ymland the same script, but depending on the value ofAPPVEYOR_SCHEDULED_BUILDenvironment variable script can go one code path or another.2 Posted by Gary McLean Hal... on 23 Jan, 2018 05:44 PM
That has worked, thank you very much for the prompt response, Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:26 AM.