Skip to content
Snippets Groups Projects
Commit 139a3d58 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't cache .o files. This appears to not work 100% (e.g. it's always...

Don't cache .o files. This appears to not work 100% (e.g. it's always rebuilding cryptlib anyway and it failed to re-compile some of libsbbs.so resulting in a link failure).
parent c9e4cb79
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,6 @@
# see https://hub.docker.com/_/gcc/
image: gcc
# cache outputs to reduce the build time
cache:
paths:
- "**/*.o"
build-sbbs:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
......
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