From d219f0747e5cc1b15b8229b3b5d4087c67c9ade2 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Sun, 24 Jan 2021 01:02:59 +0100 Subject: [PATCH] CI: added windows client build, try 8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03c281b1..c366a75b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" qmake --version qmake %GITHUB_WORKSPACE%/client/traintastic-client.pro CONFIG+="release" DESTDIR=${{runner.workspace}}/build - jom -j %NUMBER_OF_PROCESSORS% -f Makefile + nmake windeployqt --release --no-translations -no-system-d3d-compiler --no-opengl-sw traintastic-client.exe build-server: