summaryrefslogtreecommitdiff
path: root/.ci/copyspm.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-03 04:21:46 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-03 04:21:46 +0300
commitab41e5f152db6a087feab02da111a4f6dcb5c7ea (patch)
tree52e6355be0a9d9ed5b0ad8ebd7f1497b49a8a92b /.ci/copyspm.sh
parent8dc0d6e175aeadb00def65f00f049445dabc738d (diff)
downloadspm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.gz
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.bz2
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.xz
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.zip
Update ci scripts for support mulyple libs to build and pack in one dir.
Diffstat (limited to '.ci/copyspm.sh')
-rwxr-xr-x.ci/copyspm.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/copyspm.sh b/.ci/copyspm.sh
new file mode 100755
index 0000000..6cdf1aa
--- /dev/null
+++ b/.ci/copyspm.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+mkdir /usr/local/spm
+cp -r . /usr/local/spm
+export dir123=$(pwd)
+cd /usr/local/spm