[CI] Where _are_ we?
This commit is contained in:
parent
950d12f08b
commit
22c2212952
1 changed files with 3 additions and 0 deletions
3
build
3
build
|
@ -79,6 +79,9 @@ function task_archive {
|
||||||
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +x;
|
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +x;
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
||||||
|
pwd
|
||||||
|
ls -l
|
||||||
|
|
||||||
task_begin "Creating Archives";
|
task_begin "Creating Archives";
|
||||||
cp -ral RhinoReminds/bin/Debug RhinoReminds-Debug;
|
cp -ral RhinoReminds/bin/Debug RhinoReminds-Debug;
|
||||||
cp -ral RhinoReminds/bin/Release RhinoReminds-Release;
|
cp -ral RhinoReminds/bin/Release RhinoReminds-Release;
|
||||||
|
|
Loading…
Reference in a new issue