TravisCI config file.

This commit is contained in:
John McNamara 2014-08-08 00:38:01 +01:00
parent ec995a785b
commit 4ab2621fb7

View file

@ -7,15 +7,7 @@ compiler:
install:
- sudo pip install pytest
- sudo apt-get install -y valgrind
- wget http://googletest.googlecode.com/files/gtest-1.7.0.zip
- unzip gtest-1.7.0.zip
- cd gtest-1.7.0
- ./configure
- make
- sudo cp -a include/gtest /usr/include
- sudo cp -a lib/.libs/* /usr/lib/
- cd ..
- curl -O -L http://zlib.net/zlib-1.2.8.tar.gz
- curl -O -L http://zlib.net/zlib-1.2.8.tar.gz
- tar zxf zlib-1.2.8.tar.gz
- cd zlib-1.2.8
- ./configure