From 81eb24bd179d7508a147f7bd5b896a598a69b126 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 21 Jun 2017 22:40:42 -0400 Subject: jajaka --- .jenkins/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .jenkins/build.sh (limited to '.jenkins') 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 -- cgit