From 33a4b940db599c1227274c792e8af45cc42c7c27 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 10 Aug 2020 21:49:46 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f911c3f8..93a0f11e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +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 ../ScreenPlay/qml ScreenPlay.exe - - windeployqt.exe --release --qmldir ../ScreenPlayWidget/qml ScreenPlayWidget.exe - - windeployqt.exe --release --qmldir ../ScreenPlayWallpaper/qml ScreenPlayWallpaper.exe + - windeployqt.exe --release --qmldir ../../ScreenPlay/qml ScreenPlay.exe + - windeployqt.exe --release --qmldir ../../ScreenPlayWidget ScreenPlayWidget.exe + - windeployqt.exe --release --qmldir ../../ScreenPlayWallpaper 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: