]> granicus.if.org Git - gc/commitdiff
Appveyor/Travis CI configuration: limit git clone depth to 50
authorIvan Maidanski <ivmai@mail.ru>
Mon, 15 Aug 2016 20:50:43 +0000 (23:50 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 15 Aug 2016 20:50:43 +0000 (23:50 +0300)
.travis.yml
appveyor.yml

index ec010b747290fa1dc469c0c98ca9cf83ee3e56e0..cea798bf92e35b42af6f2538a98de4dad6ec8662 100644 (file)
@@ -11,7 +11,7 @@ compiler:
 sudo: false
 
 install:
-  - git clone https://github.com/ivmai/libatomic_ops.git
+  - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
   - ./autogen.sh
   - ./configure --enable-werror --enable-handle-fork --enable-gcj-support --enable-atomic-uncollectible --enable-disclaim --enable-munmap
 
index b354039405ed4fa3fdaeb597d9ac365eaef4d464..af8f65fcd2e12cfcb889374ab1d2ffa44032e128 100644 (file)
@@ -1,7 +1,9 @@
 version: 7.7.0-{build}
 
+clone_depth: 50
+
 build_script:
-  - git clone https://github.com/ivmai/libatomic_ops.git
+  - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
   - cmake .
   - cmake --build . --config Debug