aboutsummaryrefslogtreecommitdiff
path: root/pending/bin
diff options
context:
space:
mode:
Diffstat (limited to 'pending/bin')
-rw-r--r--pending/bin/compile6
-rw-r--r--pending/bin/detect4
2 files changed, 10 insertions, 0 deletions
diff --git a/pending/bin/compile b/pending/bin/compile
new file mode 100644
index 0000000..9aa8e6c
--- /dev/null
+++ b/pending/bin/compile
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd $1
+doit clean_all
+doit
+pip install ./dist/*.whl
diff --git a/pending/bin/detect b/pending/bin/detect
new file mode 100644
index 0000000..2315487
--- /dev/null
+++ b/pending/bin/detect
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "opcut build"
+exit 0