mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-13 00:05:57 -04:00
Compare commits
4 Commits
c5d346ce98
...
281f15e4ab
Author | SHA1 | Date | |
---|---|---|---|
|
281f15e4ab | ||
|
5ef1f19b1b | ||
|
6a41cac768 | ||
|
7531da81cc |
@ -634,7 +634,7 @@ jobs:
|
||||
- image: cimg/base:stable
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: /tmp/workspace
|
||||
at: /tmp/gpt4all-backend
|
||||
- checkout
|
||||
- node/install:
|
||||
install-yarn: true
|
||||
@ -650,6 +650,7 @@ jobs:
|
||||
yarn run test
|
||||
- run:
|
||||
command: |
|
||||
ls -R .
|
||||
cd gpt4all-bindings/typescript
|
||||
# excluding llmodel. nodejs bindings dont need llmodel.dll
|
||||
mkdir -p runtimes/win32-x64/native
|
||||
@ -792,7 +793,7 @@ workflows:
|
||||
branches:
|
||||
only:
|
||||
requires:
|
||||
- build-bindings-backend-windows
|
||||
- build-bindings-backend-windows
|
||||
- build-csharp-macos:
|
||||
filters:
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user