Let stop building a NONET build of Kart

This commit is contained in:
Alam Ed Arias 2022-09-24 15:56:42 +00:00
parent e8f75be938
commit e5d7b3467c

View file

@ -49,15 +49,15 @@ jobs:
paths:
- /var/cache/apt/archives
- checkout
- run:
name: Compile without network support
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1
- run:
name: wipe build
command: make -C src LINUX=1 cleandep
- run:
name: rebuild depend
command: make -C src LINUX=1 clean
#- run:
# name: Compile without network support
# command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1
#- run:
# 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" }}