From 6bf36c984f5a3cd6711df7cdc153274c40fa61fb Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 30 Apr 2017 14:36:08 -0400 Subject: [PATCH] Add cryptopp to Travis, to test if it's available there --- utils/travis/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/travis/install_deps.sh b/utils/travis/install_deps.sh index 0608d3e0eaf0..353e65c962d9 100755 --- a/utils/travis/install_deps.sh +++ b/utils/travis/install_deps.sh @@ -5,7 +5,7 @@ set -ev if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update - brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer + brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer cryptopp else @@ -17,7 +17,7 @@ else sudo apt-get install -qq libboost-filesystem-dev libboost-iostreams-dev libboost-random-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libboost-locale-dev libboost-thread-dev sudo apt-get install -qq libcairo2-dev libfribidi-dev libpango1.0-dev sudo apt-get install -qq libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libvorbis-dev - sudo apt-get install gdb moreutils xvfb + sudo apt-get install gdb moreutils xvfb cryptopp if [ "$USE_CMAKE" = true ]; then sudo apt-get install -qq cmake;