Commit 5c89cf8a authored by Vitaly Lipatov's avatar Vitaly Lipatov

travis: download our catch.hpp version

parent 22a2c7b8
......@@ -24,7 +24,9 @@ before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
install:
- sudo apt-get install catch libcomedi-dev libcommoncpp2-dev libmysqlclient-dev libomniorb4-dev omniidl libpqxx3-dev librrd-dev libsigc++-2.0-dev libsqlite3-dev python-dev
# have no catch package
- sudo apt-get install libcomedi-dev libcommoncpp2-dev libmysqlclient-dev libomniorb4-dev omniidl libpqxx3-dev librrd-dev libsigc++-2.0-dev libsqlite3-dev python-dev
- wget http://download.etersoft.ru/pub/people/lav/catch.hpp -O include/catch.hpp
before_script:
- export CXXFLAGS='-pipe -O2 -pedantic -Wall'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment