mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Recreate gtest dir only if necessary.
This commit is contained in:
@@ -8,7 +8,7 @@ compiler:
|
|||||||
|
|
||||||
# Install GTest properly since it is only available as a static library.
|
# Install GTest properly since it is only available as a static library.
|
||||||
install:
|
install:
|
||||||
- mkdir ~/gtest_build
|
- mkdir -p ~/gtest_build
|
||||||
- pushd ~/gtest_build
|
- pushd ~/gtest_build
|
||||||
- cmake /usr/src/gtest -DBUILD_SHARED_LIBS=true
|
- cmake /usr/src/gtest -DBUILD_SHARED_LIBS=true
|
||||||
- make && sudo make install
|
- make && sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user