Skip to content

Commit

Permalink
Download LZ4 and Zstd projects as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Dec 9, 2019
1 parent b336620 commit 89b3e20
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[submodule "extlibs/lz4"]
path = extlibs/lz4
url = https://github.com/lz4/lz4.git
branch = master
[submodule "extlibs/zstd"]
path = extlibs/zstd
url = https://github.com/facebook/zstd.git
branch = master
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ init:
# clone directory
clone_folder: c:\projects\paxz-wcx

# fetch repository as zip archive
shallow_clone: true
# clone only last commit history
clone_depth: 1

environment:
matrix:
Expand All @@ -37,7 +37,7 @@ matrix:
install:
- call build\appveyor\get-version.bat
- call build\appveyor\set-env.bat
- call build\appveyor\install.bat
- git submodule update --depth 1 --init --recursive

#---------------------------------#
# build configuration #
Expand Down
9 changes: 0 additions & 9 deletions build/appveyor/install.bat

This file was deleted.

1 change: 1 addition & 0 deletions extlibs/lz4
Submodule lz4 added at 3d6767
1 change: 1 addition & 0 deletions extlibs/zstd
Submodule zstd added at 10f0e6

0 comments on commit 89b3e20

Please sign in to comment.