Skip to content

Commit

Permalink
AppVeyor Configuration Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sci-bots-build committed Jul 14, 2017
1 parent 2984a69 commit bacc182
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ environment:
MINICONDA: C:\Miniconda
PYTHON_ARCH: "32"

version: '0.1.29'
version: '0.1.30'

init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

install:
# Exit if no .conda-recipe folder
- ps: if([System.IO.File]::Exists(".conda-recipe")){Add-AppveyorMessage -Message "No Conda Recipe Found"; -Category "Error"; throw}
- IF NOT EXIST .conda-recipe exit 1
- ps: if(![System.IO.File]::Exists(".conda-recipe")){Add-AppveyorMessage -Message "No Conda Recipe Found" -Category "Error"; throw "Missing .conda-recipe folder"}
- git clone --depth=1 https://github.com/sci-bots/sci-bots-configs.git
- .\sci-bots-configs\appveyor-install.bat

Expand Down

0 comments on commit bacc182

Please sign in to comment.