We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e32b0 commit 965277aCopy full SHA for 965277a
ports/windows/.appveyor.yml
@@ -73,3 +73,15 @@ build_script:
73
BuildAndTestMsvc "Release" "x64"
74
BuildAndTestMingw "MINGW32"
75
BuildAndTestMingw "MINGW64"
76
+
77
+# Note this relies on building the mingw version after the msvc version,
78
+# so the former replaces the .exe files built by the latter and we pick those up here.
79
+artifacts:
80
+ - path: ports/windows/build/Release*/micropython.exe
81
+ name: micropython-msvc
82
+ - path: mpy-cross/build/Release*/mpy-cross.exe
83
+ name: mpy-cross-msvc
84
+ - path: ports/windows/micropython.exe
85
+ name: micropython-mingw
86
+ - path: mpy-cross/mpy-cross.exe
87
+ name: mpy-cross-mingw
0 commit comments