We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4b08f commit 66ee8c4Copy full SHA for 66ee8c4
.travis.yml
@@ -13,6 +13,7 @@ addons:
13
# we need a more recent cmake than travis/linux provides (at least 2.8.9):
14
sources:
15
- kubuntu-backports
16
+ - kalakris-cmake
17
packages:
18
- cmake
19
- python3
@@ -23,19 +24,6 @@ before_install:
23
24
then
25
echo "Building without python3, to make sure that works."
26
fi
- - |
27
- if ( test "`uname -s`" = "Darwin" )
28
- then
29
- #cmake v2.8.12 is installed on the Mac workers now
30
- #brew update
31
- #brew install cmake
32
- echo
33
- else
34
- #install a newer cmake since at this time Travis only has version 2.8.7
35
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
36
- sudo apt-get update -qq
37
- sudo apt-get install cmake
38
- fi
39
40
script:
41
- make
0 commit comments