mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
try to use the new anaconda-client
This commit is contained in:
parent
abbb76ce84
commit
df2306ab88
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ before_install:
|
||||||
- chmod +x get-anaconda.sh
|
- chmod +x get-anaconda.sh
|
||||||
- ./get-anaconda.sh
|
- ./get-anaconda.sh
|
||||||
- source $HOME/miniconda/bin/activate py34
|
- source $HOME/miniconda/bin/activate py34
|
||||||
- conda install binstar numpydoc
|
- conda install anaconda-client numpydoc
|
||||||
install:
|
install:
|
||||||
# Install iverilog package.
|
# Install iverilog package.
|
||||||
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
|
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
|
||||||
|
@ -36,8 +36,8 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# Upload Migen conda package to binstar
|
# Upload Migen conda package to binstar
|
||||||
- binstar login --hostname $(hostname) --username $binstar_login --password $binstar_password
|
- anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password
|
||||||
- binstar upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
|
- anaconda upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue