Multiple configuration files
Hi. Is there a way to have 2 seperate configurations one for push to master and another one for PR to master?
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 May, 2020 05:30 PM
Hi Cam,
Could you give me some details what problem are you trying to solve?
2 Posted by Cam on 13 May, 2020 07:26 PM
I have a repo with multiple projects (both front and backend). I would like to build and test this app in parallel jobs and now:
- for PR I would like to build and test only projects in which there were changes using only_commits.files
- for push to master I would like to build & test all aps and also have an extra job to create a package for a whole repo (from artifacts created with build which I don't want to create for PRs) and deploy it
I know that I can check if it is pull request using PR number but then I would have to do ifs on every job and I think I can't avoid creating artifacts for PRs this way. So it would be easier for me to have to seperate appveyor.yaml files for these scenarios.