Parcourir la source

optimizing build speed by reducing git clone depth

Stasik0 il y a 10 ans
Parent
commit
bb8e5d388c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -30,7 +30,7 @@ before_install:
 - rm -rf check-code
 script: ./autogen.sh && ./configure --enable-doxygen && make && make check
 after_success:
-   - git clone -b gh-pages --single-branch https://$GITAUTH@github.com/acplt/open62541
+   - git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541
    - rm -rf open62541/doxygen
    - cp -r doc/html open62541/doxygen
    - cd open62541/doxygen