mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Don't soil build directory.
This commit is contained in:
@@ -8,8 +8,8 @@ compiler:
|
||||
|
||||
# Install GTest properly since it is only available as a static library.
|
||||
install:
|
||||
- mkdir gtest_build
|
||||
- pushd gtest_build
|
||||
- mkdir ~/gtest_build
|
||||
- pushd ~/gtest_build
|
||||
- cmake /usr/src/gtest -DBUILD_SHARED_LIBS=true
|
||||
- make && sudo make install
|
||||
- popd
|
||||
|
||||
Reference in New Issue
Block a user