Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 25, 2024
1 parent 548fada commit 931d605
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ jobs:
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
set LINK=/entry:mainCRTStartup && echo LINK
echo "Running qmake6"
qmake6 CONFIG+=debug socnetv.pro -r
echo "Compiling with nmake. Please wait..."
Expand All @@ -159,8 +158,7 @@ jobs:
echo "Listing some directories"
dir D:\a\app\Qt\
echo "Setting LINK variable"
set LINK=/entry:mainCRTStartup
echo LINK
set LINK=/entry:mainCRTStartup && echo LINK
echo "Running qmake6"
qmake6 CONFIG+=debug socnetv.pro -r
echo "Compiling with nmake. Please wait..."
Expand Down

0 comments on commit 931d605

Please sign in to comment.