[CI] Where _are_ we?

This commit is contained in:
Starbeamrainbowlabs 2019-02-12 19:51:59 +00:00
parent 950d12f08b
commit 22c2212952
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

3
build
View File

@ -79,6 +79,9 @@ function task_archive {
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +x;
task_end $?;
pwd
ls -l
task_begin "Creating Archives";
cp -ral RhinoReminds/bin/Debug RhinoReminds-Debug;
cp -ral RhinoReminds/bin/Release RhinoReminds-Release;