Skip to content

Commit

Permalink
testing CI with all [ci] methods
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 25, 2024
1 parent 931d605 commit 00c9cbd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
aqtversion: '==2.0.0'
version: ${{ matrix.qt-version }}
arch: win64_mingw
# arch: win64_mingw
modules: qtwebsockets qtimageformats qt5compat qtcharts qtdatavis3d qtwebview qt3d
cache: true
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
Expand Down Expand Up @@ -144,14 +144,10 @@ jobs:
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\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..."
make
echo "Compiling, please wait..."
nmake
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
name: Build for Windows
run: |
Expand Down

0 comments on commit 00c9cbd

Please sign in to comment.