|
@@ -25,9 +25,8 @@ before_install:
|
|
- sudo apt-get install libc6-i386 libc6-dev-i386
|
|
- sudo apt-get install libc6-i386 libc6-dev-i386
|
|
- wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_amd64.deb
|
|
- wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_amd64.deb
|
|
- sudo dpkg -i check_0.9.10-6ubuntu3_amd64.deb
|
|
- sudo dpkg -i check_0.9.10-6ubuntu3_amd64.deb
|
|
- - sudo dpkg --add-architecture i386
|
|
|
|
- wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_i386.deb
|
|
- wget http://security.ubuntu.com/ubuntu/pool/main/c/check/check_0.9.10-6ubuntu3_i386.deb
|
|
- - sudo dpkg -i check_0.9.10-6ubuntu3_i386.deb
|
|
|
|
|
|
+ - sudo dpkg --foreign-architecture i386 -i check_0.9.10-6ubuntu3_i386.deb
|
|
- sudo pip install cpp-coveralls
|
|
- sudo pip install cpp-coveralls
|
|
#- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
|
|
#- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
|
|
#- sudo update-alternatives --config gcc
|
|
#- sudo update-alternatives --config gcc
|