|
@@ -16,10 +16,9 @@ addons:
|
|
|
branch_pattern: coverity_scan
|
|
|
before_install:
|
|
|
- sudo apt-get install binutils-mingw-w64-i686 gcc-mingw-w64-i686
|
|
|
-- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
|
|
- sudo add-apt-repository ppa:kalakris/cmake -y
|
|
|
- sudo apt-get update -qq
|
|
|
-- sudo apt-get install -qq gcc-4.8 gcc-multilib
|
|
|
+- sudo apt-get install -qq gcc-multilib
|
|
|
- sudo apt-get install -qq --no-install-recommends build-essential cmake python-lxml
|
|
|
graphviz doxygen wget zip
|
|
|
- wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_amd64.deb
|
|
@@ -29,8 +28,6 @@ before_install:
|
|
|
- sudo dpkg -i liburcu2_0.8.5-1ubuntu1_amd64.deb
|
|
|
- sudo dpkg -i liburcu-dev_0.8.5-1ubuntu1_amd64.deb
|
|
|
- sudo pip install cpp-coveralls
|
|
|
-- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
|
|
|
-- sudo update-alternatives --config gcc
|
|
|
script:
|
|
|
- echo "Checking the applicability of patches"
|
|
|
- ./tools/.checkPorts.sh
|