conda: use source from the current checkout.

This commit is contained in:
whitequark 2015-12-02 18:47:48 +08:00
parent b6260615a6
commit 09647940a6
5 changed files with 4 additions and 9 deletions

View File

@ -3,8 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source: source:
git_url: https://github.com/m-labs/artiq path: ../..
git_tag: master
build: build:
noarch_python: true noarch_python: true

View File

@ -3,8 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source: source:
git_url: https://github.com/m-labs/artiq path: ../..
git_tag: master
build: build:
noarch_python: true noarch_python: true

View File

@ -3,8 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source: source:
git_url: https://github.com/m-labs/artiq path: ../..
git_tag: master
build: build:
noarch_python: true noarch_python: true

View File

@ -1 +0,0 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt

View File

@ -3,8 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source: source:
git_url: https://github.com/m-labs/artiq path: ../..
git_tag: master
build: build:
noarch_python: true noarch_python: true