forked from M-Labs/artiq
conda: make package noarch
This commit is contained in:
parent
d13b368a65
commit
eb546bf4a0
|
@ -19,6 +19,9 @@ before_install:
|
|||
- conda install -q pip coverage anaconda-client migen cython
|
||||
- pip install coveralls
|
||||
install:
|
||||
# workaround for https://github.com/conda/conda-build/issues/466
|
||||
- mkdir -p /home/travis/miniconda/conda-bld/linux-64
|
||||
- conda index /home/travis/miniconda/conda-bld/linux-64
|
||||
- conda build --python 3.5 conda/artiq
|
||||
- conda install -q artiq --use-local
|
||||
script:
|
||||
|
|
|
@ -7,6 +7,7 @@ source:
|
|||
git_tag: master
|
||||
|
||||
build:
|
||||
noarch_python: True
|
||||
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
|
||||
entry_points:
|
||||
- artiq_client = artiq.frontend.artiq_client:main
|
||||
|
|
Loading…
Reference in New Issue