summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-08-21 15:54:29 -0400
committerGitHub <noreply@github.com>2018-08-21 15:54:29 -0400
commita8d11a31b184789aa00f57c2ebf63827fd8257dc (patch)
tree1eedea45cb9ece139f509f09f7542894e4c1a47a
parente4de63f844251daf51327bc5e605487fdf45e880 (diff)
parent98823944c7ea74d5a4d536b12fabc7277ce2b646 (diff)
downloadastroconda-contrib-a8d11a31b184789aa00f57c2ebf63827fd8257dc.tar.gz
Merge pull request #399 from pllim/watson
Add 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..dbf7f5b
--- /dev/null
+++ b/ci-watson/meta.yaml
@@ -0,0 +1,34 @@
+{% set name = 'ci-watson' %}
+{% set reponame = 'ci_watson' %}
+{% set version = '0.1' %}
+{% 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