mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 20:01:08 +00:00
Don't use geoip for Travis CI.
This commit is contained in:
parent
1217d8d021
commit
81c6de48dc
@ -45,11 +45,9 @@ addons:
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libboost-dev
|
- libboost-dev
|
||||||
- libboost-system-dev
|
- libboost-system-dev
|
||||||
- libgeoip-dev
|
|
||||||
- libqt4-dev
|
- libqt4-dev
|
||||||
# Uncomment when Travis upgraded "Ubuntu 12.04 LTS" to a newer version whose repo will have a more up-to-date libtorrent package
|
# Uncomment when Travis upgraded "Ubuntu 12.04 LTS" to a newer version whose repo will have a more up-to-date libtorrent package
|
||||||
#- libtorrent-rasterbar6
|
#- libtorrent-rasterbar6
|
||||||
#- libboost-filesystem-dev
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Only allow specific build for coverity scan, others will stop
|
# Only allow specific build for coverity scan, others will stop
|
||||||
@ -61,7 +59,7 @@ before_install:
|
|||||||
|
|
||||||
- libt_path="$HOME/libt_install"
|
- libt_path="$HOME/libt_install"
|
||||||
- qbt_path="$HOME/qbt_install"
|
- qbt_path="$HOME/qbt_install"
|
||||||
- ltconf="$ltconf --prefix="$libt_path" --with-libgeoip=system"
|
- ltconf="$ltconf --prefix="$libt_path" --disable-geoip"
|
||||||
- qbtconf="$qbtconf --prefix="$qbt_path" PKG_CONFIG_PATH="$libt_path/lib/pkgconfig":$PKG_CONFIG_PATH"
|
- qbtconf="$qbtconf --prefix="$qbt_path" PKG_CONFIG_PATH="$libt_path/lib/pkgconfig":$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
# Options for specific branches
|
# Options for specific branches
|
||||||
|
Loading…
x
Reference in New Issue
Block a user