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