CI: install git lfs

This commit is contained in:
Alexander Zobnin
2018-10-21 17:49:43 +03:00
parent 5863c72fc7
commit 0225bd4946

View File

@@ -91,10 +91,15 @@ jobs:
docker: docker:
- image: circleci/python:2.7 - image: circleci/python:2.7
steps: steps:
- run:
name: install git lfs
command: 'curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash'
- run: sudo apt-get install git-lfs
- run: git lfs install
- run: pip install --upgrade pip
- run: sudo pip install mkdocs
- checkout - checkout
- run: git lfs fetch --all - run: git lfs fetch --all
- run: pip install --upgrade pip
- run: pip install mkdocs
- run: cd docs && mkdocs build --clean - run: cd docs && mkdocs build --clean