Merge pull request #730 from jepler/remove-appveyor-circuitpython

ports/windows: Remove appveyor.yml
This commit is contained in:
Scott Shawcroft 2018-04-02 10:30:03 -07:00 committed by GitHub
commit b0184362a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
environment:
# Python version used
MICROPY_CPYTHON3: c:/python34/python.exe
init:
# Set build version number to commit to be travis-like
- ps: Update-AppveyorBuild -Version $env:appveyor_repo_commit.substring(0,8)
configuration:
- Debug
- Release
platform:
- x86
- x64
build:
project: ports/windows/micropython.vcxproj
verbosity: normal
test_script:
- cmd: >-
cd tests
%MICROPY_CPYTHON3% run-tests --auto-jobs
skip_tags: true
deploy: off
nuget:
disable_publish_on_pr: true