mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 03:08:58 +08:00
Fix test flag name.
This commit is contained in:
parent
f8059008b3
commit
4a44eec6f1
@ -23,6 +23,6 @@ script:
|
|||||||
- make --version
|
- make --version
|
||||||
# Configure and build
|
# Configure and build
|
||||||
- mkdir _travis_build && cd _travis_build
|
- mkdir _travis_build && cd _travis_build
|
||||||
- cmake -G "Unix Makefiles" -DENABLE_TESTING=ON -DENABLE_CCACHE=ON ..
|
- cmake -G "Unix Makefiles" -DENABLE_TESTS=ON -DENABLE_CCACHE=ON ..
|
||||||
- make -j
|
- make -j
|
||||||
- ./draco_tests
|
- ./draco_tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user