From 98823944c7ea74d5a4d536b12fabc7277ce2b646 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Mon, 20 Aug 2018 09:52:02 -0400 Subject: Add ci-watson --- ci-watson/bld.bat | 2 ++ ci-watson/build.sh | 1 + ci-watson/meta.yaml | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 ci-watson/bld.bat create mode 100644 ci-watson/build.sh create mode 100644 ci-watson/meta.yaml (limited to 'ci-watson') 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 -- cgit From b1921d8fcb203e4ebc91d02850c18468e40bf378 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:13:22 -0400 Subject: Bump ci-watson to 0.1.1 --- ci-watson/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-watson') diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml index dbf7f5b..a4511f4 100644 --- a/ci-watson/meta.yaml +++ b/ci-watson/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ci-watson' %} {% set reponame = 'ci_watson' %} -{% set version = '0.1' %} +{% set version = '0.1.1' %} {% set number = '0' %} about: -- cgit From 3220d53a2b612ab9f9f42b52904624e277adcf7f Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 14 Sep 2018 10:01:32 -0400 Subject: Bump ci-watson to 0.1.2 --- ci-watson/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-watson') diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml index a4511f4..6f9a341 100644 --- a/ci-watson/meta.yaml +++ b/ci-watson/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ci-watson' %} {% set reponame = 'ci_watson' %} -{% set version = '0.1.1' %} +{% set version = '0.1.2' %} {% set number = '0' %} about: -- cgit