Skip to content

Commit

Permalink
Merge pull request #17 from continental/travis_cmake_update
Browse files Browse the repository at this point in the history
Updated cmake in travis to be compatible with the version used in CMakeLists.txt
  • Loading branch information
hannemn authored Sep 24, 2019
2 parents 5d3c077 + f01b652 commit a974026
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@ dist: xenial

language: cpp
compiler: gcc

addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ xenial main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- doxygen
- graphviz
- zlib1g-dev
- qt5-default
- cmake
- cmake-data

script:
- mkdir _build
- cd _build
- cmake .. -DCMAKE_BUILD_TYPE=Release
- /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Release
- make
- cpack -G DEB
- /usr/bin/cpack -G DEB

0 comments on commit a974026

Please sign in to comment.