개정판 10dd7d76
requirements.txt 이동으로 인해 build.bat 수정
Change-Id: I109634e244f47bb6287d18c6623dc7185e15aa1a
build.bat | ||
---|---|---|
1 | 1 |
%VIRTUALENV_37X86% %WORKSPACE%\.venv |
2 |
%WORKSPACE%\.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller -m .\App.manifest .\App.spec --onedir -p PyQt5 -w --log-level=DEBUG -y & deactivate |
|
2 |
%WORKSPACE%\.venv\scripts\activate.bat & pip install -r .\HYTOS\HYTOS\requirements.txt & pyinstaller -m .\App.manifest .\App.spec --onedir -p PyQt5 -w --log-level=DEBUG -y & deactivate
|
|
3 | 3 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
4 | 4 |
|
5 | 5 |
:EOF |
내보내기 Unified diff