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

Moved Tests/lfs-data to Tests/Data.

parent ba3e1c20
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -32,8 +32,8 @@ matrix:
before_install:
- bash scripts/travis/cmake.sh
- bash scripts/travis/conan.sh
- git lfs pull --exclude "web/**,Tests/lfs-data/**"
- git lfs pull --include "Tests/lfs-data/FileIO/**,Tests/lfs-data/MathLib/**"
- git lfs pull --exclude "web/**,Tests/Data/**"
- git lfs pull --include "Tests/Data/FileIO/**,Tests/Data/MathLib/**"
script:
- mkdir build; cd build
......
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