Skip to content

Commit

Permalink
add cmake 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
asdetrefle committed Apr 16, 2020
1 parent bee91f2 commit ada79b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ addons:
packages:
- g++-9

install:
- mkdir -p $HOME/lib
- export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
- mkdir -p $HOME/bin
- export PATH=$HOME/bin:$PATH
- mkdir -p $HOME/include
- export CPLUS_INCLUDE_PATH=$HOME/include:$CPLUS_INCLUDE_PATH
- wget --no-check-certificate http://www.cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.sh
- sh cmake-3.15.0-Linux-x86_64.sh --prefix=$HOME --exclude-subdir

script:
- export CC=gcc-9
- export CXX=g++-9
Expand Down

0 comments on commit ada79b2

Please sign in to comment.