Skip to content

Commit

Permalink
Travis: Enable logging for C++ stages not focused on unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
C0nsultant committed Feb 26, 2019
1 parent 5cefb38 commit 0d5cb81
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 @@ -111,6 +111,7 @@ jobs:
# -DopenPMD_USE_ADIOS1=$USE_ADIOS1
# -DopenPMD_USE_ADIOS2=$USE_ADIOS2
# -DopenPMD_USE_PYTHON=OFF
# -DopenPMD_USE_LOGGING=ON
# -DopenPMD_USE_INVASIVE_TESTS=ON
# $TRAVIS_BUILD_DIR
# script:
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:
-DopenPMD_USE_ADIOS1=$USE_ADIOS1
-DopenPMD_USE_ADIOS2=$USE_ADIOS2
-DopenPMD_USE_PYTHON=$USE_PYTHON
-DopenPMD_USE_LOGGING=ON
-DopenPMD_USE_INVASIVE_TESTS=ON
$TRAVIS_BUILD_DIR
script:
Expand Down Expand Up @@ -213,6 +215,7 @@ jobs:
-DopenPMD_USE_ADIOS1=$USE_ADIOS1
-DopenPMD_USE_ADIOS2=$USE_ADIOS2
-DopenPMD_USE_PYTHON=$USE_PYTHON
-DopenPMD_USE_LOGGING=OFF
-DopenPMD_USE_INVASIVE_TESTS=ON
$EXTRA_CMAKE_FLAGS
-DCMAKE_INSTALL_PREFIX=$HOME/openPMD-test-install
Expand Down Expand Up @@ -510,10 +513,12 @@ jobs:
cmake
-DCMAKE_BUILD_TYPE=Debug
-DopenPMD_USE_MPI=$USE_MPI
-DopenPMD_USE_JSON=$USE_JSON
-DopenPMD_USE_HDF5=$USE_HDF5
-DopenPMD_USE_ADIOS1=$USE_ADIOS1
-DopenPMD_USE_ADIOS2=$USE_ADIOS2
-DopenPMD_USE_PYTHON=OFF
-DopenPMD_USE_LOGGING=OFF
-DopenPMD_USE_INVASIVE_TESTS=ON
$TRAVIS_BUILD_DIR
- make -j 2
Expand Down

0 comments on commit 0d5cb81

Please sign in to comment.