mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
prevent cc and cxx from being overwritten
This commit is contained in:
parent
05dbd37e4f
commit
e7059d5475
|
@ -15,14 +15,14 @@ matrix:
|
|||
packages:
|
||||
- g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev cxxtest lcov
|
||||
env:
|
||||
- CC=gcc-6
|
||||
- CXX=g++-6
|
||||
- COVERAGE=ON
|
||||
- STATIC=ON
|
||||
- SAMPLES=OFF
|
||||
- BENCHMARKS=OFF
|
||||
|
||||
install:
|
||||
- export CC=gcc-6
|
||||
- export CXX=g++-6
|
||||
- gem install coveralls-lcov
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user