mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-27 15:58:25 +00:00
More circleci
This commit is contained in:
parent
1723f82aaa
commit
8d80f7963e
@ -285,10 +285,13 @@ jobs:
|
|||||||
name: Add MinGW64 to PATH
|
name: Add MinGW64 to PATH
|
||||||
command: $env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
|
command: $env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin"
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install VulkanSDK
|
||||||
command:
|
command:
|
||||||
Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.3.261.1/windows/VulkanSDK-1.3.261.1-Installer.exe -OutFile VulkanSDK-1.3.261.1-Installer.exe
|
Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.3.261.1/windows/VulkanSDK-1.3.261.1-Installer.exe -OutFile VulkanSDK-1.3.261.1-Installer.exe
|
||||||
VulkanSDK-1.3.261.1-Installer.exe --accept-licenses --default-answer --confirm-command install
|
& VulkanSDK-1.3.261.1-Installer.exe --accept-licenses --default-answer --confirm-command install
|
||||||
|
- run:
|
||||||
|
name: Install dependencies
|
||||||
|
command:
|
||||||
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||||
- run:
|
- run:
|
||||||
name: Install Python dependencies
|
name: Install Python dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user