mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
Merge branch 'master' into fix-stray-simple
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user