travis-ci / travis-conditions

Boolean language for conditional builds, stages, jobs
MIT License
20 stars 4 forks source link

Add mechanism for matching on language version #18

Closed jonhoo closed 5 years ago

jonhoo commented 5 years ago

For example, in one of my projects, I want to run a particular stage only if rust = nightly. Currently though, language-specific configuration parameters do not seem to be available (at least, I never see them match).

jonhoo commented 5 years ago

Never mind, I misunderstood how stages work. You don't match on existing matrix entries, you create new ones. So matching on configuration (like os) makes no sense.