Skip to content
Snippets Groups Projects
Commit c4e8a601 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

CircleCI: also test compiling without BLUA support

parent 9a8d36b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment