Merge branch 'master' into fix-stray-simple

This commit is contained in:
rakshasa
2016-03-10 09:02:04 +09:00
+2 -1
View File
@@ -13,4 +13,5 @@ before_install:
- export CC=gcc-4.7 && export CXX=g++-4.7
- git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && configure && make -j24 && sudo make install && cd ..
script: ./autogen.sh && ./configure && make -j24 && make -j24 check && sudo make install
# Figure out how to fix the issue running 'make check'.
script: ./autogen.sh && ./configure && make -j24 && make -j24 && sudo make install