1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Added cmocka to travis build

This commit is contained in:
James Booth 2014-02-23 03:17:25 +00:00
parent 9489c4f0fa
commit c9a45d4d9d

View File

@ -11,5 +11,15 @@ install:
- sudo make install
- cd ..
- rm -rf libstrophe
- wget https://open.cryptomilk.org/attachments/download/34/cmocka-0.3.2.tar.xz
- tar -xvf cmocka-0.3.2.tar.xz
- cd cmocka-0.3.2
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
- make
- sudo make install
- cd ../..
- rm -rf cmocka-0.3.2
- ./bootstrap.sh
script: ./configure && make && make check