Files
quantconnect--lean/Algorithm.Python/build.sh
T
AlexCatarino a68a3e5053 Fixes build scripts
Batch scripts were moving pyc files to the wrong directory
2017-04-11 17:09:44 +01:00

7 lines
166 B
Bash
Executable File

#!/bin/bash
mono nPython.exe -m compileall -lq .
cp *.pyc ../../../Launcher/bin/Debug/
cp *.pyc ../../../Launcher/bin/Release/
cp *.pyc ../../../Tests/bin/Debug/