This commit is contained in:
parent
321d744922
commit
749db895bb
1 changed files with 2 additions and 3 deletions
|
|
@ -29,9 +29,8 @@ jobs:
|
||||||
# Clone botserver separately
|
# Clone botserver separately
|
||||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver
|
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver
|
||||||
|
|
||||||
# Create symlink to botui in botserver directory (expects ../../../../botui from src/designer/canvas_api/)
|
# Copy botui files needed for compilation
|
||||||
cd botserver
|
cp -r botui botserver/
|
||||||
ln -sf ../botui botui
|
|
||||||
|
|
||||||
# Remove all members except botserver and botlib from workspace
|
# Remove all members except botserver and botlib from workspace
|
||||||
sed -i '/"botapp",/d' Cargo.toml
|
sed -i '/"botapp",/d' Cargo.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue