]> granicus.if.org Git - libevent/commit
travis-ci/osx: install gcc and fix CC
authorAzat Khuzhin <azat@libevent.org>
Mon, 28 Jan 2019 17:30:57 +0000 (20:30 +0300)
committerAzat Khuzhin <azat@libevent.org>
Mon, 28 Jan 2019 18:22:25 +0000 (21:22 +0300)
commit9432fa2ec62d209ff71a04a3163a41af1b0b3828
tree7c21c8a98376f43efed196c2229e80e02fc54029
parent4ffc7116177230ad2b8b94d51bbf89a14dc83687
travis-ci/osx: install gcc and fix CC

Since there is no gcc in osx_image [1]:
    ls: /usr/local/bin/gcc-?.?: No such file or directory

  [1]: https://travis-ci.org/libevent/libevent/jobs/484794192#L95

And use ls(1) over echo(1) to show an error if there is no such file.
.travis.yml