mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 23:29:03 +08:00
Fix test flag name.
This commit is contained in:
parent
f8059008b3
commit
4a44eec6f1
@ -23,6 +23,6 @@ script:
|
||||
- make --version
|
||||
# Configure and 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
|
||||
- ./draco_tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user