You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we added to apio.ini support for multiple envs and the relevant commands such as apio build, apio test and apio lint got a new --env flag that allows to select the env to use.
This issue is for considering adding to applicable apio commands the ability to work on multiple envs in a single invocation. For example, apio test or apio lint which run on all or a preconfigured subset of the envs and tests and lints them.
Motivation:
Since different envs can have different verilog macros defines in them, it's possible that one env will pass the test or lint but will fail on another.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Recently we added to apio.ini support for multiple envs and the relevant commands such as
apio build
,apio test
andapio lint
got a new--env
flag that allows to select the env to use.This issue is for considering adding to applicable apio commands the ability to work on multiple envs in a single invocation. For example,
apio test
orapio lint
which run on all or a preconfigured subset of the envs and tests and lints them.Motivation:
Since different envs can have different verilog macros defines in them, it's possible that one env will pass the test or lint but will fail on another.
The text was updated successfully, but these errors were encountered: