Skip to content

Commit

Permalink
Debuggin appveyor build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Aug 26, 2018
1 parent 0ec27f0 commit 753ae91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ deploy:

before_deploy:
- conda install anaconda-client conda-build
- conda info --envs
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- call conda_build.bat

deploy_script:
Expand Down

0 comments on commit 753ae91

Please sign in to comment.