mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 22:22:31 +00:00
Fix travis config
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ before_install:
|
||||
# prevent `macro `AM_PATH_CPPUNIT' not found in library` in `autogen.sh`
|
||||
- sudo apt-get install libcppunit-dev
|
||||
|
||||
- git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && configure && make -j12 && sudo make install && cd ..
|
||||
- git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && ./configure && make -j12 && sudo make install && cd ..
|
||||
|
||||
# Figure out how to fix the issue running 'make check'.
|
||||
script: ./autogen.sh && ./configure && make -j12 && sudo make install
|
||||
|
||||
Reference in New Issue
Block a user