SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -ev
|
||||
unset -f cd # See https://github.com/travis-ci/travis-ci/issues/8703
|
||||
|
||||
brew update
|
||||
brew ls --versions cmake && brew upgrade cmake || brew install cmake # Install or Update cmake (if required)
|
||||
Reference in New Issue
Block a user