Commit 43b59000 by Dane Springmeyer

fix setting of CXX, avoid unbound variables

parent 78d7bf04
sudo: false sudo: false
language: cpp # Using c here rather than cpp to avoid Travis exporting CXX after matrix env
language: c
git: git:
depth: 10 depth: 10
......
...@@ -15,9 +15,6 @@ function publish() { ...@@ -15,9 +15,6 @@ function publish() {
# test installing from source # test installing from source
if [[ ${COVERAGE} == true ]]; then if [[ ${COVERAGE} == true ]]; then
echo $CXX
echo $CXXFLAGS
echo $LDFLAGS
CXXFLAGS="--coverage" LDFLAGS="--coverage" npm install --build-from-source --clang=1 --verbose CXXFLAGS="--coverage" LDFLAGS="--coverage" npm install --build-from-source --clang=1 --verbose
npm test npm test
./mason_packages/.link/bin/cpp-coveralls --exclude node_modules --exclude tests --build-root build --gcov-options '\-lp' --exclude docs --exclude build/Release/obj/gen --exclude deps ./mason_packages/.link/bin/cpp-coveralls --exclude node_modules --exclude tests --build-root build --gcov-options '\-lp' --exclude docs --exclude build/Release/obj/gen --exclude deps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment