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

Let stop building a NONET build of Kart

parent e8f75be9
No related branches found
No related tags found
No related merge requests found
......@@ -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" }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment