diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-21 23:35:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-21 23:35:08 -0400 |
| commit | f5693383b0d78e9b59fa947e4e06a6064a9e4172 (patch) | |
| tree | 7e65ca2cabf49daaebb7debf255b9817404066c6 /.jenkins/build.sh | |
| parent | f18cb02617f009bb3aee46a6c51b52573c939114 (diff) | |
| parent | 3073779b0f6199b7f68196086079a4199eb33687 (diff) | |
| download | hello_world-f5693383b0d78e9b59fa947e4e06a6064a9e4172.tar.gz | |
Merge pull request #1 from jhunkeler/prtest
mmmhmmm
Diffstat (limited to '.jenkins/build.sh')
| -rwxr-xr-x | .jenkins/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.jenkins/build.sh b/.jenkins/build.sh new file mode 100755 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 |
