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

CircleCI: fixup linux64 build

parent 04c67be8
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,10 @@ jobs: ...@@ -51,10 +51,10 @@ jobs:
- checkout - checkout
- run: - run:
name: make master depend file name: make master depend file
command: find make/linux64/SDL/deps/ -type f -print0 | sort -z | xargs -r0 cat > make/linux64/SDL.deps command: find make/linux/64/SDL/deps/ -type f -print0 | sort -z | xargs -r0 cat > make/linux/64/SDL.deps
- restore_cache: - restore_cache:
keys: keys:
- v1-SRB2-{{ .Branch }}-{{ checksum "make/linux64/SDL.deps" }} - v1-SRB2-{{ .Branch }}-{{ checksum "make/linux/64/SDL.deps" }}
- run: - run:
name: Compile name: Compile
command: make -C src LINUX64=1 ERRORMODE=1 -k -j4 command: make -C src LINUX64=1 ERRORMODE=1 -k -j4
...@@ -62,6 +62,6 @@ jobs: ...@@ -62,6 +62,6 @@ jobs:
path: /home/circleci/SRB2/bin/ path: /home/circleci/SRB2/bin/
destination: bin destination: bin
- save_cache: - save_cache:
key: v1-SRB2-{{ .Branch }}-{{ checksum "make/linux64/SDL.deps" }} key: v1-SRB2-{{ .Branch }}-{{ checksum "make/linux/64/SDL.deps" }}
paths: paths:
- /home/circleci/.ccache - /home/circleci/.ccache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment