Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge eca9db0 into 81d4b2f
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Aug 25, 2016
2 parents 81d4b2f + eca9db0 commit 387ff37
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ env:
- RDM_QT_VERSION=561
- RDM_QT_VERSION=551
- RDM_QT_VERSION=542
before_install:
install:
- sudo apt-key update
- sudo apt-get update
- sudo add-apt-repository --yes ppa:beineri/opt-qt${RDM_QT_VERSION}-trusty
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install qt${RDM_QT_VERSION:0:2}base libssl1.0.0 libssh2-1-dev -y -qq
- sudo apt-get install gcc-4.9 g++-4.9 gdb lcov valgrind -y -qq
- sudo apt-get install qt${RDM_QT_VERSION:0:2}base libssl1.0.0 -y -qq
- sudo apt-get install gcc-4.9 g++-4.9 gdb lcov valgrind cmake -y -qq
- git clone https://github.com/libssh2/libssh2.git libssh2
- cd libssh2
- git checkout libssh2-1.6.0
- mkdir bin && cd bin
- cmake -DCRYPTO_BACKEND=OpenSSL -DENABLE_ZLIB_COMPRESSION=ON ..
- cmake --build .
- sudo make install
- cd ../../
- sudo rm -f /usr/bin/gcov
- sudo rm -f /usr/bin/gcc
- sudo rm -f /usr/bin/g++
Expand Down

0 comments on commit 387ff37

Please sign in to comment.