mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:58:59 +08:00
Output versions only for the active compiler.
This commit is contained in:
parent
4a44eec6f1
commit
577c7aa8c5
@ -15,11 +15,10 @@ addons:
|
||||
- cmake
|
||||
|
||||
script:
|
||||
# Output versions of gcc, g++ and cmake
|
||||
- clang -v
|
||||
- clang++ -v
|
||||
- gcc -v
|
||||
- g++ -v
|
||||
# Output version info for compilers, cmake, and make
|
||||
- ${CC} -v
|
||||
- ${CXX} -v
|
||||
- cmake --version
|
||||
- make --version
|
||||
# Configure and build
|
||||
- mkdir _travis_build && cd _travis_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user