CircleCI: Disable NONET builds

This commit is contained in:
Alam Ed Arias 2022-09-24 15:58:24 +00:00
parent b2eff44dc4
commit 078e249d55

View file

@ -42,15 +42,15 @@ jobs:
paths: paths:
- /var/cache/apt/archives - /var/cache/apt/archives
- checkout - checkout
- run: #- run:
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: wipe build # name: wipe build
command: make -C src LINUX=1 cleandep # command: make -C src LINUX=1 cleandep
- run: #- run:
name: rebuild depend # name: rebuild depend
command: make -C src LINUX=1 clean # command: make -C src LINUX=1 clean
- restore_cache: - restore_cache:
keys: keys:
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }} - v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}