Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Oct 24, 2024
1 parent 5d49766 commit ff12c99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/COMPILE.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ SET PYTHON32=c:\python37-32\python.exe


cd C:\GIT\npbackup
git pull || exit 1

:: Make sure we add npbackup in python path so bin and npbackup subfolders become packages
SET OLD_PYTHONPATH=%PYTHONPATH%
SET PYTHONPATH=c:\GIT\npbackup

"%PYTHON64%" -m pip install --upgrade -r npbackup/requirements.txt || exit 1
"%PYTHON64%" bin\compile.py --audience all

"%PYTHON32%" -m pip install --upgrade -r npbackup/requirements.txt || exit 1
"%PYTHON32%" bin\compile.py --audience all

SET PYTHONPATH=%OLD_PYTHONPATH%
Expand Down

0 comments on commit ff12c99

Please sign in to comment.