summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-04-02 10:30:03 -0700
committerGitHub <noreply@github.com>2018-04-02 10:30:03 -0700
commitb0184362a2020df3e33d95be3bb5c9816d77cdef (patch)
tree2ecf603036a49f2e658581823fcd61faec277491
parentfc9340ca1726e1961755f9a6241d7b0fada7484e (diff)
parentc592b0e0f8520f26927c85124e8a1e59f7a23c09 (diff)
Merge pull request #730 from jepler/remove-appveyor-circuitpython
ports/windows: Remove appveyor.yml
-rw-r--r--ports/windows/.appveyor.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports/windows/.appveyor.yml b/ports/windows/.appveyor.yml
deleted file mode 100644
index 9435ce6e6..000000000
--- a/ports/windows/.appveyor.yml
+++ /dev/null
@@ -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