Commit fbf95687 authored by James Lamb's avatar James Lamb Committed by Nikita Titov
Browse files

[ci] reduced number of commits cloned to CI environments (#2495)

* reduced number of commits cloned to CI environments

* changed clone depth for CI to 5 commits
parent 465d1262
...@@ -10,7 +10,7 @@ environment: ...@@ -10,7 +10,7 @@ environment:
- COMPILER: MSVC - COMPILER: MSVC
- COMPILER: MINGW - COMPILER: MINGW
clone_depth: 50 clone_depth: 5
install: install:
- git submodule update --init --recursive # get `compute` folder - git submodule update --init --recursive # get `compute` folder
......
...@@ -2,6 +2,7 @@ language: cpp ...@@ -2,6 +2,7 @@ language: cpp
git: git:
submodules: true submodules: true
depth: 5
os: os:
- linux - linux
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment