projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f4074
)
Fix cmake download path
author
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 20 Mar 2015 09:04:49 +0000
(10:04 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 20 Mar 2015 09:04:49 +0000
(10:04 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
a8f4960
..
1282f58
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-40,7
+40,7
@@
before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
# CMake
- - wget http://www.cmake.org/files/v3.
1
/cmake-$CMAKE_VERSION.tar.gz -O - | tar xz
+ - wget http://www.cmake.org/files/v3.
2
/cmake-$CMAKE_VERSION.tar.gz -O - | tar xz
- (cd cmake-$CMAKE_VERSION && cmake . && make -j5 && sudo make install)
# SDL dependencies