1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Upgrade CMocka to 1.0.0

This commit is contained in:
Olivier LE MOAL 2015-02-25 10:10:30 +01:00
parent ced5a8c2e0
commit d89112e138

View File

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