mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-09 23:02:01 +00:00
CircleCI: run the clean step to build the 32-bit LINUX depend.dep
This commit is contained in:
parent
984d44bb57
commit
2db57c72e5
1 changed files with 5 additions and 5 deletions
|
@ -45,12 +45,12 @@ jobs:
|
|||
#- run:
|
||||
# name: Compile without network support and BLUA
|
||||
# command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1
|
||||
- run:
|
||||
name: wipe build
|
||||
command: make -C src LINUX=1 cleandep
|
||||
#- run:
|
||||
# name: rebuild depend
|
||||
# command: make -C src LINUX=1 clean
|
||||
# name: wipe build
|
||||
# command: make -C src LINUX=1 cleandep
|
||||
- run:
|
||||
name: rebuild depend
|
||||
command: make -C src LINUX=1 clean
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
|
||||
|
|
Loading…
Reference in a new issue