Skip to content

Commit

Permalink
travis : rm BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Apr 17, 2020
1 parent 87d70ad commit 80ccb85
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@ matrix:
- os: linux
compiler: g++
addons:
env: BUILD_SYSTEM=cmake BUILD_TYPE=Debug
- os: linux
compiler: g++
addons:
env: BUILD_SYSTEM=cmake BUILD_TYPE=Release
- os: linux
compiler: clang++
addons:
env: BUILD_SYSTEM=cmake BUILD_TYPE=Debug
env: BUILD_SYSTEM=cmake
- os: linux
compiler: clang++
addons:
env: BUILD_SYSTEM=cmake BUILD_TYPE=Release
env: BUILD_SYSTEM=cmake
- os: linux
compiler: g++
addons:
Expand All @@ -42,7 +34,7 @@ script:
- echo CXXFLAGS=${CXXFLAGS}
- mkdir build && cd build
- if [[ "${BUILD_SYSTEM}" == "cmake" ]] ; then
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. ;
cmake .. ;
elif [[ "${BUILD_SYSTEM}" == "qmake" ]] ; then
qmake .. ;
fi
Expand Down

0 comments on commit 80ccb85

Please sign in to comment.