Skip to content

Commit

Permalink
appveyor #7
Browse files Browse the repository at this point in the history
  • Loading branch information
j0kaso committed Aug 11, 2017
1 parent fb8f4fe commit 6c44746
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ deploy_script:
- ps: If ($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_BRANCH -eq "master") { $env:conda_upload = 'true' } Else { write-output "Not on a tag on master, won't deploy to anaconda" }
- cmd: IF "%conda_upload%"=="true" anaconda -t %BINSTAR_TOKEN% upload .\win-*\*.tar.bz2 -u j0kaso --no-progress --force
- cmd: anaconda -t %BINSTAR_TOKEN% upload .\win-*\*.tar.bz2 -u j0kaso --no-progress --force
- "%CMD_IN_ENV% conda build conda-recipe --quiet"
- python continuous-integration\move-conda-package.py conda-recipe

artifacts:
- path: '.\\win-*\\*.tar.bz2'
- path: '*.tar.bz2'

on_success:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python .\\develop\\conda_upload.py
#- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python develop\conda_upload.py
# - cmd: IF "%conda_upload%"=="true" anaconda -t %BINSTAR_TOKEN% upload .\win-*\*.tar.bz2 -u ngl --no-progress --force

notifications:
Expand Down

0 comments on commit 6c44746

Please sign in to comment.