mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-09-23 19:13:11 +08:00
Clone googletest alongside draco.
This commit is contained in:
parent
2f449dea0b
commit
4b4dfa518d
@ -26,6 +26,8 @@ script:
|
|||||||
- ${CXX} -v
|
- ${CXX} -v
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- make --version
|
- make --version
|
||||||
|
# Clone googletest
|
||||||
|
- pushd .. && git clone https://github.com/google/googletest.git && popd
|
||||||
# Configure and build
|
# Configure and build
|
||||||
- mkdir _travis_build && cd _travis_build
|
- mkdir _travis_build && cd _travis_build
|
||||||
- cmake -G "Unix Makefiles" -DENABLE_TESTS=ON -DENABLE_CCACHE=ON ..
|
- cmake -G "Unix Makefiles" -DENABLE_TESTS=ON -DENABLE_CCACHE=ON ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user