Thanks to visit codestin.com Credit goes to github.com
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 2d62939 commit 2c936f9Copy full SHA for 2c936f9
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