Skip to content

Commit

Permalink
testing build-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 25, 2024
1 parent d361578 commit 8ff22f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,19 @@ jobs:
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version == '6.2.4'
name: Build for Windows
run: |
echo "Listing some directories"
dir D:\a\app\Qt\
dir D:\a\app\Qt\6.2.4
dir D:\a\app\Qt\6.2.4\msvc2019_64
dir D:\a\app\Qt\6.2.4\msvc2019_64\bin
# dir D:\a\app\Qt\6.2.4\mingw_64
# dir D:\a\app\Qt\6.2.4\mingw_64\bin
echo "Setting LINK variable"
set LINK=/entry:mainCRTStartup
echo LINK
echo "Running qmake6"
qmake6 CONFIG+=debug socnetv.pro -r
echo "Compiling with nmake. Please wait..."
nmake
# dir
Expand Down

0 comments on commit 8ff22f6

Please sign in to comment.