mirror of https://github.com/BOINC/boinc.git
BUILD: rearrange order of travis configuration to get installation working
This commit is contained in:
parent
92c56b2294
commit
801112897c
52
.travis.yml
52
.travis.yml
|
@ -15,6 +15,32 @@ notifications:
|
||||||
on_success: always
|
on_success: always
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
|
# This switches to the container-based infrastructure and allows caching
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt_packages:
|
||||||
|
- make
|
||||||
|
- m4
|
||||||
|
- pkg-config
|
||||||
|
- dh-autoreconf
|
||||||
|
- freeglut3-dev
|
||||||
|
- libxmu-dev
|
||||||
|
- libxi-dev
|
||||||
|
- libjpeg62-dev
|
||||||
|
- python
|
||||||
|
- libssl-dev
|
||||||
|
- python-mysqldb
|
||||||
|
- libmysqlclient-dev
|
||||||
|
- libfcgi-dev
|
||||||
|
- libcurl4-openssl-dev
|
||||||
|
- libxss-dev
|
||||||
|
- libnotify-dev
|
||||||
|
- libxcb-util0-dev
|
||||||
|
- libsqlite3-dev
|
||||||
|
- libgtk2.0-dev
|
||||||
|
- libwebkitgtk-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||||
|
@ -31,32 +57,6 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
# This switches to the container-based infrastructure and allows caching
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt_packages:
|
|
||||||
- make
|
|
||||||
- m4
|
|
||||||
- pkg-config
|
|
||||||
- dh-autoreconf
|
|
||||||
- freeglut3-dev
|
|
||||||
- libxmu-dev
|
|
||||||
- libxi-dev
|
|
||||||
- libjpeg62-dev
|
|
||||||
- python
|
|
||||||
- libssl-dev
|
|
||||||
- python-mysqldb
|
|
||||||
- libmysqlclient-dev
|
|
||||||
- libfcgi-dev
|
|
||||||
- libcurl4-openssl-dev
|
|
||||||
- libxss-dev
|
|
||||||
- libnotify-dev
|
|
||||||
- libxcb-util0-dev
|
|
||||||
- libsqlite3-dev
|
|
||||||
- libgtk2.0-dev
|
|
||||||
- libwebkitgtk-dev
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./_autosetup
|
- ./_autosetup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue