summaryrefslogtreecommitdiff
path: root/ci-watson
diff options
context:
space:
mode:
authorTodd Miller <jmiller@stsci.edu>2018-10-08 11:29:58 -0400
committerTodd Miller <jmiller@stsci.edu>2018-10-08 11:29:58 -0400
commit829b9f0571af9ed22114b70071a1ae7317706e4c (patch)
treef44e9bc0352998d09c28934ee0760a5b01c632a1 /ci-watson
parentff7bb35c63ef298df2207dbfdc49e441cec0e2ae (diff)
parentd75fa7d104a59296efa95bafb7c17b46e7e18dd6 (diff)
downloadastroconda-contrib-829b9f0571af9ed22114b70071a1ae7317706e4c.tar.gz
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version
Diffstat (limited to 'ci-watson')
-rw-r--r--ci-watson/bld.bat2
-rw-r--r--ci-watson/build.sh1
-rw-r--r--ci-watson/meta.yaml34
3 files changed, 37 insertions, 0 deletions
diff --git a/ci-watson/bld.bat b/ci-watson/bld.bat
new file mode 100644
index 0000000..760380e
--- /dev/null
+++ b/ci-watson/bld.bat
@@ -0,0 +1,2 @@
+
+%PYTHON% setup.py install
diff --git a/ci-watson/build.sh b/ci-watson/build.sh
new file mode 100644
index 0000000..5a5aeeb
--- /dev/null
+++ b/ci-watson/build.sh
@@ -0,0 +1 @@
+$PYTHON setup.py install
diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml
new file mode 100644
index 0000000..6f9a341
--- /dev/null
+++ b/ci-watson/meta.yaml
@@ -0,0 +1,34 @@
+{% set name = 'ci-watson' %}
+{% set reponame = 'ci_watson' %}
+{% set version = '0.1.2' %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelescope/{{ reponame }}
+ license: BSD
+ summary: CI helper for STScI Jenkins
+
+build:
+ number: {{ number }}
+ skip: true # [py2k]
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - pytest
+ - setuptools
+ - python {{ python }}
+ run:
+ - pytest
+ - python
+
+source:
+ git_tag: {{ version }}
+ git_url: https://github.com/spacetelescope/{{ reponame }}.git
+
+test:
+ imports:
+ - ci_watson