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