Skip to content

Commit

Permalink
Add cryptopp to Travis, to test if it's available there
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 30, 2017
1 parent 522eacd commit 6bf36c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/travis/install_deps.sh
Expand Up @@ -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

Expand All @@ -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;
Expand Down

0 comments on commit 6bf36c9

Please sign in to comment.