Skip to content
Snippets Groups Projects
Verified Commit 8074d88a authored by Lars Bilke's avatar Lars Bilke
Browse files

[CI] Ensure lfs setup.

parent 5cede9a8
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
CCACHE_DIR: "$CI_PROJECT_DIR/.ccache" CCACHE_DIR: "$CI_PROJECT_DIR/.ccache"
before_script: before_script:
- git lfs install
- git lfs fetch
- git lfs checkout
- mkdir -p $BUILD_DIR - mkdir -p $BUILD_DIR
- cd $BUILD_DIR - cd $BUILD_DIR
......
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