mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
more travis options
This commit is contained in:
parent
aa8df4ae41
commit
39380f3afb
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ before_install:
|
||||||
|
|
||||||
# update and install required tools
|
# update and install required tools
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get -qq install build-essential gcc-4.8 g++-4.8 libbz2-dev libncurses5-dev libmysqlclient-dev libreadline-dev libsdl1.2-dev libssl-dev zlib1g-dev libace-dev
|
- sudo apt-get -qq install automake autoconf make patch libmysql++-dev build-essential gcc-4.8 g++-4.8 libbz2-dev libncurses5-dev libmysqlclient-dev \
|
||||||
|
- sudo apt-get -qq install libreadline-dev libsdl1.2-dev libssl-dev zlib1g-dev libace-dev libtool grep binutils
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- test -d _build || mkdir _build
|
- test -d _build || mkdir _build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue