Skip to content

Commit

Permalink
Investigate CI for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 9, 2024
1 parent d811899 commit cce9350
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cce9350

Please sign in to comment.