mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-01 00:57:32 +01:00
[CI] Use git shallow clone to speed up
This commit is contained in:
parent
faa931585b
commit
760c0c10de
@ -185,12 +185,12 @@ before_deploy:
|
|||||||
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
||||||
- export LD_LIBRARY_PATH=/tmp/lib:LD_LIBRARY_PATH
|
- export LD_LIBRARY_PATH=/tmp/lib:LD_LIBRARY_PATH
|
||||||
- export PATH=/tmp/bin:$PATH
|
- export PATH=/tmp/bin:$PATH
|
||||||
- git clone https://github.com/jedisct1/libsodium.git --branch=stable
|
- git clone --dpeth 1 https://github.com/jedisct1/libsodium.git --branch=stable
|
||||||
- cd libsodium
|
- cd libsodium
|
||||||
- env ./configure --disable-dependency-tracking --prefix=/tmp
|
- env ./configure --disable-dependency-tracking --prefix=/tmp
|
||||||
- make -j$(nproc) install
|
- make -j$(nproc) install
|
||||||
- cd -
|
- cd -
|
||||||
- git clone https://github.com/jedisct1/minisign.git
|
- git clone --depth 1 https://github.com/jedisct1/minisign.git
|
||||||
- cd minisign/src
|
- cd minisign/src
|
||||||
- gcc -O2 -o /tmp/bin/minisign -I/tmp/include -L/tmp/lib *.c -lsodium
|
- gcc -O2 -o /tmp/bin/minisign -I/tmp/include -L/tmp/lib *.c -lsodium
|
||||||
- cd -
|
- cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user