"tests/python/vscode:/vscode.git/clone" did not exist on "625f8a6babc5cf9f35d516b110982fec7a204d9e"
Commit e02d5ba0 authored by Davis King's avatar Davis King
Browse files

Made makerel copy the compiled windows python modules into the release folder.

parent 802e5205
...@@ -53,6 +53,7 @@ cp -r ../../docs/cache/dlib . || report_failure ...@@ -53,6 +53,7 @@ cp -r ../../docs/cache/dlib . || report_failure
cp -r ../../docs/cache/examples . || report_failure cp -r ../../docs/cache/examples . || report_failure
cp -r ../../docs/cache/python_examples . || report_failure cp -r ../../docs/cache/python_examples . || report_failure
cp -r ../../docs/cache/tools . || report_failure cp -r ../../docs/cache/tools . || report_failure
scp davis@home.dlib.net:dlib_win_python/* python_examples || report_failure
echo Version: $RELEASE >> dlib/README.txt echo Version: $RELEASE >> dlib/README.txt
echo "Date: `date`" >> dlib/README.txt echo "Date: `date`" >> dlib/README.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment