most of github repos changed to shstk mirror
This commit is contained in:
@@ -167,7 +167,7 @@ ENV BUILD_TYPE=Release
|
||||
|
||||
# GTest
|
||||
WORKDIR /soft
|
||||
RUN git clone https://github.com/google/googletest.git \
|
||||
RUN git clone https://git.shstk.ru/mirrors/googletest \
|
||||
&& mkdir googletest/build && cd googletest/build \
|
||||
&& cmake -DCMAKE_INSTALL_PREFIX=/soft/windows -DCMAKE_TOOLCHAIN_FILE=/soft/toolchain-Windows.cmake .. \
|
||||
&& make -j${JOBS_COUNT} && make install && cd /soft && rm -rf googletest
|
||||
|
||||
Reference in New Issue
Block a user