Skip to content

Commit

Permalink
* disabled calculator example to fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed Mar 10, 2020
1 parent 2fcf0ed commit d4e0349
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -195,11 +195,6 @@ script:
- cmake .. -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make

- cd "${TRAVIS_BUILD_DIR}/examples/calculator"
- mkdir build && cd build
- cmake .. -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make

- cd "${TRAVIS_BUILD_DIR}/examples/debug_logger_interface"
- mkdir build && cd build
- cmake .. -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=$BUILD_TYPE
Expand Down

0 comments on commit d4e0349

Please sign in to comment.