Compare commits

...

4 Commits

Author SHA1 Message Date
Jacob Nguyen
281f15e4ab
Update continue_config.yml
Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2023-07-17 11:48:35 -05:00
Jacob Nguyen
5ef1f19b1b
fix circlci for csharp
Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2023-07-17 11:18:38 -05:00
Jacob Nguyen
6a41cac768 try fixing circle ci again 2023-07-17 10:55:59 -05:00
Jacob Nguyen
7531da81cc debug statement 2023-07-16 23:06:30 -05:00

View File

@ -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: