Build Matrix issues
In our project, we have non-default platforms ("Win32" instead of "x86") and configurations ("Release-SSE2"); it would be neat to have support for such cases in the configuration UI (I haven't tested yet whether it is supported via appveyor.yml).
In addition, not all combinations of platforms and configurations are maintained; in particular, "Release-SSE2|x64" is not supposed to be built (and in fact currently doesn't even exist in the project files);. It would be neat to have support for this case as well, at least via appveyor.yml if not via the configuration UI.
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 19 Nov, 2015 06:17 PM
The best way to configure that is using
appveyor.yml
: http://www.appveyor.com/docs/build-configuration#build-matrixYou can specify configurations allowing to fail. Alternatively, you can define all permutations as environment variables matrix.
2 Posted by christoph on 19 Nov, 2015 06:39 PM
Using allow_failures as a workaround for my issue seems like a dirty hack to me, knowing the configuration in question will never ever succeed.
As for your alternative suggestion, I have no idea how that would look like; can you provide sample appveyor.yml code for it?
The configuration needs to build "Release|Win32", "Release|x64" and "Release-SSE2|Win32", but should ideally make no attempt to build "Release-SSE2|x64".
Support Staff 3 Posted by Feodor Fitsner on 19 Nov, 2015 06:44 PM
4 Posted by christoph on 19 Nov, 2015 07:28 PM
That does the job - thanks a lot!
I think this deserves to be mentioned in the documentation section of the website.
Support Staff 5 Posted by Feodor Fitsner on 19 Nov, 2015 07:30 PM
You can contribute to the documentation btw :) It's on GitHub.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 AM.