mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +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:
|
||||
- mkdir ~/gtest_build
|
||||
- mkdir -p ~/gtest_build
|
||||
- pushd ~/gtest_build
|
||||
- cmake /usr/src/gtest -DBUILD_SHARED_LIBS=true
|
||||
- make && sudo make install
|
||||
|
||||
Reference in New Issue
Block a user