Commit 00c9cbd 1 parent 931d605 commit 00c9cbd Copy full SHA for 00c9cbd
File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 84
84
with :
85
85
aqtversion : ' ==2.0.0'
86
86
version : ${{ matrix.qt-version }}
87
- arch : win64_mingw
87
+ # arch: win64_mingw
88
88
modules : qtwebsockets qtimageformats qt5compat qtcharts qtdatavis3d qtwebview qt3d
89
89
cache : true
90
90
- if : contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
@@ -144,14 +144,10 @@ jobs:
144
144
echo "Listing some directories"
145
145
dir D:\a\app\Qt\
146
146
dir D:\a\app\Qt\6.2.4
147
- dir D:\a\app\Qt\6.2.4\mingw_64
148
- dir D:\a\app\Qt\6.2.4\mingw_64\bin
149
- echo "Setting LINK variable"
150
- set LINK=/entry:mainCRTStartup && echo LINK
151
147
echo "Running qmake6"
152
148
qmake6 CONFIG+=debug socnetv.pro -r
153
- echo "Compiling with nmake. Please wait..."
154
- make
149
+ echo "Compiling, please wait..."
150
+ nmake
155
151
- if : contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
156
152
name : Build for Windows
157
153
run : |
You can’t perform that action at this time.
0 commit comments