Skip to content

Commit

Permalink
BUILD: reduced packages to install to what is additionally needed
Browse files Browse the repository at this point in the history
- laso enable manager and see what packages are missing
  • Loading branch information
ChristianBeer committed Feb 22, 2015
1 parent 35f6a91 commit 7cdbac2
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,15 @@ addons:
build_command: "make -j 4"
branch_pattern: coverity_scan
apt_packages:
- make
- m4
- pkg-config
- dh-autoreconf
- freeglut3-dev
- libxmu-dev
- libxi-dev
- libjpeg62-dev
- python
- libssl-dev
- python-mysqldb
- libmysqlclient-dev
#- python-mysqldb
- libfcgi-dev
- libcurl4-openssl-dev
- libxss-dev
#- libcurl4-openssl-dev
#- libxss-dev
- libnotify-dev
- libxcb-util0-dev
#- libxcb-util0-dev
- libsqlite3-dev
- libgtk2.0-dev
- libwebkitgtk-dev
Expand All @@ -59,7 +51,7 @@ env:
- BOINC_TYPE=server
- BOINC_TYPE=client
- BOINC_TYPE=apps
#- BOINC_TYPE=manager
- BOINC_TYPE=manager
#- BOINC_TYPE=coverity

matrix:
Expand Down

0 comments on commit 7cdbac2

Please sign in to comment.