From cce935000461706342a83813f370e54c0b717572 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Tue, 9 Jan 2024 14:06:53 +0100 Subject: [PATCH] Investigate CI for Windows --- .github/workflows/BuildPR.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 15bc9412..5299a525 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -76,10 +76,22 @@ jobs: with: fetch-depth: 0 submodules: true + - name: Run test + run: | + echo %PATH% + dir "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" + "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - name: Install qt uses: jurplel/install-qt-action@v3 with: version: 5.12.12 + - name: Investigate + run: | + c: + cd / + cd "Program Files (x86)" + attrib vcvarsall.bat /s + "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - name: Build with CMake ${{ matrix.task }} run: > $env:WORKSPACE=$env:GITHUB_WORKSPACE;