mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
CircleCI: rebuild depend file with BLUA
This commit is contained in:
parent
17768854e0
commit
042b30c6e5
1 changed files with 4 additions and 1 deletions
|
|
@ -46,7 +46,10 @@ jobs:
|
|||
name: Compile without network support and BLUA
|
||||
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1
|
||||
- run:
|
||||
name: Clean build
|
||||
name: wipe build
|
||||
command: make -C src LINUX=1 cleandep
|
||||
- run:
|
||||
name: rebuild depend
|
||||
command: make -C src LINUX=1 clean
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue