Skip to content

Commit

Permalink
Reenable cloud-based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksnape committed Apr 25, 2017
1 parent c20c21d commit 1fbe8f7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
sudo: false
language: generic

os:
- linux
- osx
- linux
osx_image: xcode6.4

git:
depth: 200
Expand All @@ -11,7 +14,6 @@ env:
- BINSTAR_USER: menpo
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.4
- PYTHON_VERSION: 3.5

install:
Expand Down
25 changes: 25 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
build: false

environment:
global:
BINSTAR_USER: menpo
BINSTAR_KEY:
secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.5

platform:
- x86
- x64

init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.x/condaci.py' C:\\condaci.py; echo "Done"
- cmd: python C:\\condaci.py setup

install:
- ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir
- ps: $BUILD_CMD = "${env:MINICONDA_DIR}" + "\\python C:\\condaci.py build conda"; Invoke-Expression $BUILD_CMD

after_test:
- ps: $wc = New-Object 'System.Net.WebClient'; $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path C:\\menpo.xml))

0 comments on commit 1fbe8f7

Please sign in to comment.