Skip to content

Commit

Permalink
Merge branch 'appveyor'
Browse files Browse the repository at this point in the history
  • Loading branch information
cfobel committed Aug 7, 2017
2 parents 1b2ec20 + 7313c62 commit 52a7e1b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions appveyor.yml
@@ -0,0 +1,25 @@
environment:
GIT_REPOSITORY: https://github.com/wheeler-microfluidics/microdrop-launcher.git
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\Miniconda
PYTHON_ARCH: "32"

version: '0.7.18_appveyor-{build}'

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

install:
# Exit if no .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
- powershell -executionpolicy remotesigned -File .\sci-bots-configs\appveyor-install.ps1

# Handle build and tests using conda (defined in .conda-recipe/meta.yaml)
build: false
test_script:
- echo Build Complete

after_test:
- powershell -executionpolicy remotesigned -File .\sci-bots-configs\appveyor-after-test.ps1

0 comments on commit 52a7e1b

Please sign in to comment.