This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,22 +49,22 @@ jobs:
4949 uses : jwlawson/actions-setup-cmake@v1.8
5050
5151 - name : build geodiff
52- shell : pwsh
52+ shell : cmd
5353 run : |
54- if(-Not (Test-Path -Path build-geodiff)) { mkdir build-geodiff }
54+ mkdir build-geodiff
5555 cd build-geodiff
5656
57- "C:\ Program Files (x86)\ Microsoft Visual Studio\ 2019\ Enterprise\VC\ Auxiliary\ Build\ vcvars64.bat"
57+ call "C:/ Program Files (x86)/ Microsoft Visual Studio/ 2019/ Enterprise/VC/ Auxiliary/ Build/ vcvars64.bat"
5858 cmake -DBUILD_STATIC=TRUE -DENABLE_TESTS=FALSE ..\geodiff\geodiff
5959 cmake --build . --config Release
6060
6161 - name : build mergin-cpp-client
62- shell : pwsh
62+ shell : cmd
6363 run : |
64- Copy-Item mergin-cpp-client\scripts\ci\config.pri mergin-cpp-client\src\config.pri
65- if(-Not (Test-Path -Path build-mergin-cpp-client)) { mkdir build-mergin-cpp-client }
64+ copy mergin-cpp-client\scripts\ci\config.pri mergin-cpp-client\src\config.pri
65+ mkdir build-mergin-cpp-client
6666 cd build-mergin-cpp-client
6767
68- "C:\ Program Files (x86)\ Microsoft Visual Studio\ 2019\ Enterprise\VC\ Auxiliary\ Build\ vcvars64.bat"
68+ call "C:/ Program Files (x86)/ Microsoft Visual Studio/ 2019/ Enterprise/VC/ Auxiliary/ Build/ vcvars64.bat"
6969 qmake ..\mergin-cpp-client\src\client.pro CONFIG+=release CONFIG+=static
7070 nmake release
You can’t perform that action at this time.
0 commit comments