You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upend CI/CD one more time, add Windows MinGW and MSVC artifacts (#104)
* Test MinGW (and I'll be BAFFLED if this works first time)
* Seriously? Didn't even get the NAME right, Seong?
* Let's try using Windows Latest instead
* oops
* Oopsieees
* Guh
* llvm, maybeeeeee?
* guuuuuh
* pls don't make me repeat myself
* Package up app all nice and neat for Wendies
* forgot strip
* Fix redundant path in calling for windeploy, oops
* fasdfs
* *more banging head against keyboard noises*
* Wait, is that the real problem here?
* Attempt to build for both MinGW and MSVC
* Split workflows files
* Fix win buildfile
* Forgot to change the name too
* Pedantry
* Exclude MSVC-debug because can't be fucked rn
* Fix output of appimage
* One last pedantry
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
13
+
fail-fast: false
14
+
15
+
matrix:
16
+
build_type: [Debug, Release]
17
+
win_arch: [win64_msvc2022_64, win64_mingw]
18
+
include:
19
+
- win_arch: win64_mingw
20
+
qt_tools: tools_mingw1310
21
+
cmake_gen: "MinGW Makefiles"
22
+
pretty: "Windows Artifact (MinGW)"
23
+
- win_arch: win64_msvc2022_64
24
+
cmake_gen: "Visual Studio 17 2022"
25
+
pretty: "Windows Artifact (MSVC)"
26
+
# MSVC insists on being weird with its Debug path, and can't be assed to fix it
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
0 commit comments