Skip to content

Instantly share code, notes, and snippets.

View winterz's full-sized avatar

Allen Winter winterz

  • KDAB
  • North Carolina, USA
View GitHub Profile
@winterz
winterz / setup-travis.sh
Last active May 25, 2017 01:10
travis CI setup script
#/bin/sh -f
# things to do for travis-ci in the before_install section
if ( test "`uname -s`" = "Darwin" )
then
#cmake v2.8.12 is installed on the Mac workers now
#brew update
#brew install cmake
echo