We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd8aee commit 950c5cfCopy full SHA for 950c5cf
1 file changed
scripts/travis/before-script.sh
@@ -5,7 +5,9 @@ if test x"`uname`" = xDarwin ; then
5
sudo systemsetup -settimezone America/Los_Angeles
6
brew update || brew update || :
7
brew uninstall xctool && brew install --HEAD xctool
8
- brew install cmake
+ if ! which cmake >/dev/null ; then
9
+ brew install cmake
10
+ fi
11
elif test x"`uname`" = xLinux ; then
12
git clone --depth=1 https://github.com/dinhviethoa/libetpan
13
cd libetpan
0 commit comments