This commit is contained in:
mvenditto 2023-06-16 14:04:51 +01:00 committed by AT
parent 1e160340bd
commit 5b242ba7a9

View File

@ -356,6 +356,7 @@ jobs:
build-csharp-windows: build-csharp-windows:
executor: executor:
name: win/default name: win/default
shell: powershell.exe -ExecutionPolicy Bypass
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -374,8 +375,8 @@ jobs:
git submodule init git submodule init
git submodule update --recursive git submodule update --recursive
cd gpt4all-bindings/csharp cd gpt4all-bindings/csharp
$env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin" $Env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
$env.Path += ";C:\Program Files\CMake\bin" $Env:Path += ";C:\Program Files\CMake\bin"
./build_win-mingw.ps1 ./build_win-mingw.ps1
- run: - run:
name: "Install project dependencies" name: "Install project dependencies"