2022-04-24 16:59:56 +08:00
|
|
|
@echo off
|
2022-05-13 15:40:05 +08:00
|
|
|
python scenario_config/schema_slicer.py || exit 1
|
|
|
|
python scenario_config/jsonschema/converter.py || exit 1
|
|
|
|
xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd || exit 1
|
|
|
|
python -m build || exit 1
|
2022-04-24 16:59:56 +08:00
|
|
|
rem pip install .\dist\acrn_config_tools-3.0-py3-none-any.whl --force-reinstall
|
2022-04-28 23:49:23 +08:00
|
|
|
del .\configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl
|
2022-05-11 10:14:41 +08:00
|
|
|
cd configurator
|
2022-05-13 15:40:05 +08:00
|
|
|
python .\packages\configurator\thirdLib\manager.py install || exit 1
|
|
|
|
yarn || exit 1
|
2022-04-24 16:59:56 +08:00
|
|
|
echo build and install success
|