Skip to content

Instantly share code, notes, and snippets.

@springmeyer
springmeyer / setup.sh
Created October 30, 2014 19:23
setup clang/llvm on osx
# http://clang-developers.42468.n3.nabble.com/How-to-determine-clang-s-system-include-dirs-to-set-in-ASTVisitor-td4029080.html
: '
https://gist.github.com/springmeyer/4480481
https://gist.github.com/springmeyer/4279264
'
git clone http://llvm.org/git/llvm.git
cd llvm/tools
git clone http://llvm.org/git/clang.git
@BanzaiMan
BanzaiMan / gist:5243f87d164ebb939eed
Last active August 29, 2015 14:01
Installing XQuartz on Travis CI Mac worker (see https://github.com/travis-ci/travis-ci/issues/2351)
language: objective-c
install: true
env:
- XQUARTZ_VERSION=2.7.7
before_install:
- curl -L -O http://xquartz.macosforge.org/downloads/SL/XQuartz-${XQUARTZ_VERSION}.dmg
- hdiutil mount XQuartz-${XQUARTZ_VERSION}.dmg