CircleCI: also test compiling without BLUA support

This commit is contained in:
Alam Ed Arias 2019-03-25 15:21:52 -04:00
parent 9a8d36b822
commit c4e8a60112
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ jobs:
- /var/cache/apt/archives
- checkout
- run:
name: Compile without network support
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1
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
command: make -C src LINUX=1 clean