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
Currently all the packages are maintained inside the YodaRT project, we had plan to move these packages as separate NPM package, that's why we call the directory is packages. However moving these packages completely to be separate should address the following issues:
how to test
how to integrate
how to install
And there are the following actions to be done:
The package tests and source code shall be moved to separate git repository. As for testing of packages, discussed with @cheongwen, we don't need the complete test on ARM-based devices, so the test on travis/circle is enough for packages.
At YodaRT, install packages via NPM instead of CMake, to ship this ASAP, we could ln the node_modules/@yoda/{name} to packages/@yoda/{name}.
/cc @Rokid/yodaos
The text was updated successfully, but these errors were encountered:
Currently all the packages are maintained inside the YodaRT project, we had plan to move these packages as separate NPM package, that's why we call the directory is packages. However moving these packages completely to be separate should address the following issues:
And there are the following actions to be done:
The package tests and source code shall be moved to separate git repository. As for testing of packages, discussed with @cheongwen, we don't need the complete test on ARM-based devices, so the test on travis/circle is enough for packages.
At YodaRT, install packages via NPM instead of CMake, to ship this ASAP, we could
ln
thenode_modules/@yoda/{name}
topackages/@yoda/{name}
./cc @Rokid/yodaos
The text was updated successfully, but these errors were encountered: