Skip to content

Commit

Permalink
Try using system cmake
Browse files Browse the repository at this point in the history
We were installing cmake 3.3.2, while the travis vms have 3.2.2, which
might be new enough.
  • Loading branch information
mstemm committed Oct 13, 2017
1 parent 55b9408 commit 2fa867e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ script:
- set -e
- export CC="gcc-4.8"
- export CXX="g++-4.8"
- wget https://s3.amazonaws.com/download.draios.com/dependencies/cmake-3.3.2.tar.gz
- tar -xzf cmake-3.3.2.tar.gz
- cd cmake-3.3.2
- ./bootstrap --prefix=/usr
- make
- sudo make install
- cd ..
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DDRAIOS_DEBUG_FLAGS="-D_DEBUG -DNDEBUG"
Expand Down

0 comments on commit 2fa867e

Please sign in to comment.