1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove flag "depth 1" because our used branch isn't the latest master branch

This commit is contained in:
Stefan Lankes 2016-04-09 23:53:36 +02:00
parent c86840cd28
commit 5991baa37f

View file

@ -8,7 +8,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive --depth 1
- git submodule update --init --recursive
before_script:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- export PATH=$PATH:/usr/local/bin