Skip to content

Commit

Permalink
github action #73
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Nov 19, 2024
1 parent 9655b65 commit 1d2b451
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ jobs:
)
dir "%QT_SOURCE%\qtbase"
cd "%QT_SOURCE%\qtbase"
call configure.bat -top-level ^
-prefix C:\Qt -release -opensource -confirm-license ^
-nomake examples -nomake tests -platform win32-msvc -cmake-generator Ninja || exit /b 1
cmake --build . --parallel || exit /b 1
cmake --install . || exit /b 1
call "%CD%\configure.bat" -top-level -prefix C:\Qt -release -opensource -confirm-license -nomake examples -nomake tests -platform win32-msvc -cmake-generator Ninja
cmake --build . --parallel
cmake --install .
- name: Set Qt Environment Variables (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 1d2b451

Please sign in to comment.