Update supported languages in Windows #2612
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://travis-ci.community/t/support-language-generic-and-language-minimal-in-windows/6377
Checked support status at: https://travis-ci.org/native-api/test_travis/builds/625179816 (w/o config validation), https://travis-ci.org/native-api/test_travis/builds/625189419 (w/ config validation).
Note that I added comments about unsupported but accepted
language:
s to help keep track of them. If you think you can do without, feel free to remove them.language:
s in https://github.com/native-api/travis-build/blob/master/lib/travis/build/config.rb#L128 that are accepted but don't currently work. Are they needed there?powershell
is. Butscript
probably isn't (unless you use it internally or something special; Build Config Validation doesn't recognize it).Contrary to what I wrote in https://travis-ci.community/t/support-language-generic-and-language-minimal-in-windows/6377,
language: minimal
does NOT produce a VM. My fault. (Note to self: double check my claims before publishing them.)language: minimal
to be considered supported. (Since this component is not open-source, I cannot help you here.)