CI: add botui submodule for SVG assets
Some checks are pending
BotServer CI / build (push) Waiting to run
Some checks are pending
BotServer CI / build (push) Waiting to run
This commit is contained in:
parent
ef426b7a50
commit
4f214f3d98
1 changed files with 4 additions and 0 deletions
|
|
@ -24,10 +24,14 @@ jobs:
|
|||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||
cd workspace
|
||||
git submodule update --init --depth 1 botlib
|
||||
git submodule update --init --depth 1 botui
|
||||
|
||||
# Clone botserver separately
|
||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver
|
||||
|
||||
# Create symlink to botui in botserver directory
|
||||
ln -sf ../botui botserver/botui
|
||||
|
||||
# Remove all members except botserver and botlib from workspace
|
||||
sed -i '/"botapp",/d' Cargo.toml
|
||||
sed -i '/"botdevice",/d' Cargo.toml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue