mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix test projects compilation in OS X
The tool md5sum is required by some of them. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install libpng pkg-config
|
brew install libpng pkg-config md5sha1sum
|
||||||
else # linux
|
else # linux
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get install -y -q bison flex libpng-dev pkg-config
|
sudo apt-get install -y -q bison flex libpng-dev pkg-config
|
||||||
|
|||||||
Reference in New Issue
Block a user