Skip to content

Commit

Permalink
ensure correct CXX_TYPE on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wds15 committed Jun 16, 2019
1 parent a508c59 commit de3cb06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_script:
- ${CXX} --version
- echo "CXX=$CXX" > make/local
- echo "CXXFLAGS+=$CXXFLAGS" >> make/local
- echo "CXX_TYPE=$CXX_TYPE" >> make/local

linux_clang: &linux_clang
os: linux
Expand Down Expand Up @@ -50,20 +51,24 @@ matrix:
env:
- MATRIX_EVAL="CXX=clang++-3.8"
CXXFLAGS="-stdlib=libc++"
CXX_TYPE="clang"
PARALLEL=2
- <<: *linux_gcc
env:
- MATRIX_EVAL="CXX=g++-4.9"
CXX_TYPE="gcc"
PARALLEL=1
- <<: *mpi_linux_clang
env:
- MATRIX_EVAL="CXX=\"mpicxx -cxx=clang++-3.8\""
CXXFLAGS="-stdlib=libc++"
CXX_TYPE="clang"
STAN_MPI=true
PARALLEL=2
- <<: *mpi_linux_gcc
env:
- MATRIX_EVAL="CXX=\"mpicxx -cxx=g++-4.9\""
CXX_TYPE="gcc"
STAN_MPI=true
PARALLEL=1

Expand Down

0 comments on commit de3cb06

Please sign in to comment.