aboutsummaryrefslogtreecommitdiff
path: root/ports/windows
diff options
context:
space:
mode:
authorstijn2020-05-17 09:39:59 +0200
committerDamien George2020-05-28 09:56:35 +1000
commit9523ca92e03e699494560ec964bea748b291c7a0 (patch)
treeef6368f38d27c158ffc1e366f588cab215885eb9 /ports/windows
parent97ccde0c431674113f56b4c9d421b2bc1acb1b56 (diff)
windows: Make appveyor.yml self-contained.
Add configuration which otherwise has to be set via the UI so the file is more self-contained, and remove configuration which is not needed because it's the same as the default. The major change here is that for a while now Appveyor has been using Visual Studio 2015 by default while we still want to support 2013.
Diffstat (limited to 'ports/windows')
-rw-r--r--ports/windows/.appveyor.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/ports/windows/.appveyor.yml b/ports/windows/.appveyor.yml
index 2e0dbdea5..2965543b0 100644
--- a/ports/windows/.appveyor.yml
+++ b/ports/windows/.appveyor.yml
@@ -1,3 +1,7 @@
+image: Visual Studio 2013
+clone_depth: 1
+skip_tags: true
+
environment:
# Python version used
MICROPY_CPYTHON3: c:/python34/python.exe
@@ -71,10 +75,3 @@ after_test:
if ($LASTEXITCODE -ne 0) {
throw "$env:MSYSTEM mpy-cross tests exited with code $LASTEXITCODE"
}
-
-skip_tags: true
-
-deploy: off
-
-nuget:
- disable_publish_on_pr: true