jesus, I'm going to sleep after this commit

This commit is contained in:
charmlesscoin 2013-08-07 18:46:48 -04:00
parent 8649f86b10
commit 8b47b6166e

View File

@ -23,6 +23,8 @@ before_script:
- sudo ldconfig - sudo ldconfig
# installing sphinx, needed for documentation # installing sphinx, needed for documentation
- sudo apt-get install python-sphinx - sudo apt-get install python-sphinx
# installing check, needed for unit tests
- sudo apt-get install check
script: script:
- mkdir build && cd build - mkdir build && cd build