Browse Source

[Travis] Build cmake with openssl support

Sascha Zelzer 11 years ago
parent
commit
d5b3cc3415
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -15,10 +15,10 @@ before_install:
   - sudo apt-get install -y xpra xserver-xorg-video-dummy
 
 before_script:
-  - wget -P /tmp http://www.cmake.org/files/v2.8/cmake-2.8.9.tar.gz
-  - tar xz -C /tmp -f /tmp/cmake-2.8.9.tar.gz
-  - cd /tmp/cmake-2.8.9 && ./configure --prefix=/usr/local -- -DCMAKE_USE_OPENSSL:BOOL=ON
-  - cd /tmp/cmake-2.8.9 && make -j4 && sudo make install
+  - wget -P /tmp http://www.cmake.org/files/v2.8/cmake-2.8.10.tar.gz
+  - tar xz -C /tmp -f /tmp/cmake-2.8.10.tar.gz
+  - cd /tmp/cmake-2.8.10 && ./configure --prefix=/usr/local -- -DCMAKE_USE_OPENSSL:BOOL=ON
+  - cd /tmp/cmake-2.8.10 && make -j4 && sudo make install
   - xpra --xvfb="Xorg +extension GLX -config ${HOME}/build/commontk/CTK/Applications/Testing/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log"  start :9
 
 script: ctest -V -S ${HOME}/build/commontk/CTK/CMake/ctkTravisDashboardScript.cmake