From fa9cd676b08075774a04d620becf558efbcc1c1e Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 10 Aug 2020 21:31:58 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82d41650..f911c3f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,9 @@ build:windows: - cmake.exe ../ -DCMAKE_PREFIX_PATH=c:/Qt/5.14.2/msvc2017 -DCMAKE_IGNORE_PATH=C:/Strawberry/c/bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="$(Get-Location)/../Common/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows "-GCodeBlocks - Ninja" -B. - cmake.exe --build . --target all - cd bin - - windeployqt.exe --release --qmldir ../../Client/qml Client.exe - - windeployqt.exe --release K3000Server.exe + - windeployqt.exe --release --qmldir ../ScreenPlay/qml ScreenPlay.exe + - windeployqt.exe --release --qmldir ../ScreenPlayWidget/qml ScreenPlayWidget.exe + - windeployqt.exe --release --qmldir ../ScreenPlayWallpaper/qml ScreenPlayWallpaper.exe - del *.cpp,*.moc,*.h,*.obj,*.res,*.exp,*.lib,*.lik,*.pch, *.ninja, *.exe.manifest, *.cbp, *.cmake, *.ninja_log, *.ninja_deps - Remove-Item CMakeFiles -Recurse -Force artifacts: