Skip to content

Commit 00c9cbd

Browse files
committed
testing CI with all [ci] methods
1 parent 931d605 commit 00c9cbd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build-ci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
aqtversion: '==2.0.0'
8686
version: ${{ matrix.qt-version }}
87-
arch: win64_mingw
87+
# arch: win64_mingw
8888
modules: qtwebsockets qtimageformats qt5compat qtcharts qtdatavis3d qtwebview qt3d
8989
cache: true
9090
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
@@ -144,14 +144,10 @@ jobs:
144144
echo "Listing some directories"
145145
dir D:\a\app\Qt\
146146
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
151147
echo "Running qmake6"
152148
qmake6 CONFIG+=debug socnetv.pro -r
153-
echo "Compiling with nmake. Please wait..."
154-
make
149+
echo "Compiling, please wait..."
150+
nmake
155151
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
156152
name: Build for Windows
157153
run: |

0 commit comments

Comments
 (0)