Skip to content
Snippets Groups Projects
Commit 1dd5bf6c authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Use artifacts for build folder

parent c946ff02
Branches
Tags
No related merge requests found
......@@ -32,11 +32,15 @@ linux:build:
- cmake $CI_PROJECT_DIR -GNinja -DCMAKE_CXX_FLAGS="-fdiagnostics-color" -DUSE_CPPCHECK=FALSE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
- ninja
cache: # use artifacts instead if multiple runners available
cache:
key: $CI_COMMIT_SHORT_SHA
paths:
- build/
artifacts:
paths:
- build/
linux:test:
only:
- main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment