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 4eb9daf commit 8da6213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
![https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true](https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true)


![https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true](https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true)


![https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true](https://ci.appveyor.com/api/projects/status/github/wheeler-microfluidics/teensy-minimal-rpc?branch=master&svg=true)
# teensy-minimal-rpc #

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ environment:
MINICONDA: C:\Miniconda
PYTHON_ARCH: "32"

version: '0.3.19'
version: '0.3.20_appveyor-{build}'

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 "Missing .conda-recipe folder"}
- ps: if(!(Test-Path ".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 8da6213

Please sign in to comment.