diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:58:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:58:32 +0300 |
commit | a9c8afd36e2558df680115e16334bdf67ebe4960 (patch) | |
tree | 120f60b4da67291d301e3ef83394222f374704c6 /tools | |
parent | ef325dd0168e95c39da8c14e373740c7254221fa (diff) | |
download | evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.gz evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.bz2 evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.xz evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.zip |
Fix deps in gcc 5 ci script.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/jobs/gcc5.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh index 36d6bd1..2f4f3dc 100755 --- a/tools/ci/jobs/gcc5.sh +++ b/tools/ci/jobs/gcc5.sh @@ -8,9 +8,8 @@ source ./tools/ci/scripts/init.sh aptget_install gcc-5 g++-5 \ git-core \ - make autoconf automake autopoint gettext libphysfs-dev \ - libxml2-dev libcurl4-gnutls-dev libpng-dev \ - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev + make autoconf automake autopoint \ + littool libmysqlclient-dev libz-dev libpcre3-dev do_init clone_servercode |