Merge pull request #606 from devchat-ai/update_circle_yaml_2
ci: Update CircleCI config and add Deepseek model keywords
This commit is contained in:
commit
68b3ca3957
@ -10,14 +10,16 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- run: npm install
|
# 创建必要的目录
|
||||||
|
- run: mkdir -p dist
|
||||||
|
# 首先在根目录安装依赖
|
||||||
|
- run: yarn install
|
||||||
|
# 然后进入 gui 目录安装依赖并构建
|
||||||
- run: |
|
- run: |
|
||||||
cd gui
|
cd gui
|
||||||
yarn
|
yarn install
|
||||||
yarn vscode
|
yarn vscode
|
||||||
cd ..
|
cd ..
|
||||||
- run: npm run build
|
|
||||||
- run: yarn package
|
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths:
|
paths:
|
||||||
|
@ -35,6 +35,9 @@
|
|||||||
"c++",
|
"c++",
|
||||||
"codex",
|
"codex",
|
||||||
"co-pilot",
|
"co-pilot",
|
||||||
|
"deepseek",
|
||||||
|
"deepseek-r1",
|
||||||
|
"deepseek-v3",
|
||||||
"devchat",
|
"devchat",
|
||||||
"documentation",
|
"documentation",
|
||||||
"go",
|
"go",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user