CircleCI: rebuild depend file with BLUA

This commit is contained in:
Alam Ed Arias 2019-03-25 15:34:25 -04:00
parent fe22fdc5a3
commit a8681a5b72
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ jobs:
name: Compile without network support and BLUA name: Compile without network support and BLUA
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1 command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1
- run: - 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 command: make -C src LINUX=1 clean
- restore_cache: - restore_cache:
keys: keys: