aboutsummaryrefslogtreecommitdiff
path: root/.jenkins
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:40:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:40:42 -0400
commit81eb24bd179d7508a147f7bd5b896a598a69b126 (patch)
treefb6c20f5884a23003407d87c3c329a5f10ce63a1 /.jenkins
parent2b0dce4e91e76bb4fc412243ec1cfe24bd04cdd8 (diff)
downloadhello_world-81eb24bd179d7508a147f7bd5b896a598a69b126.tar.gz
jajaka
Diffstat (limited to '.jenkins')
-rw-r--r--.jenkins/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.jenkins/build.sh b/.jenkins/build.sh
new file mode 100644
index 0000000..312e2ab
--- /dev/null
+++ b/.jenkins/build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+source ${WORKSPACE}/.jenkins/use_conda.sh
+
+python --version
+
+python setup.py install