fix CI.
This commit is contained in:
parent
11ea023eec
commit
b574564651
1 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
PATH: /home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin
|
PATH: /home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin
|
||||||
STAGE_SYSTEM_HOST: "system"
|
STAGE_SYSTEM_HOST: "system"
|
||||||
SYSTEM_USER: gbuser
|
SYSTEM_USER: gbuser
|
||||||
|
CARGO_BUILD_JOBS=8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
|
|
@ -33,8 +34,8 @@ jobs:
|
||||||
- name: Build BotServer and BotUI
|
- name: Build BotServer and BotUI
|
||||||
run: |
|
run: |
|
||||||
cd /opt/gbo/work/generalbots
|
cd /opt/gbo/work/generalbots
|
||||||
CARGO_BUILD_JOBS=6 RUST_WRAPPER=/usr/local/bin/sccache cargo build -p botserver --bin botserver
|
cargo build -p botserver --bin botserver
|
||||||
CARGO_BUILD_JOBS=6 RUST_WRAPPER=/usr/local/bin/sccache cargo build -p botui --bin botui
|
cargo build -p botui --bin botui
|
||||||
|
|
||||||
- name: Deploy to Stage
|
- name: Deploy to Stage
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue