Add automatic builds for Ubuntu 14.04
This commit is contained in:
parent
784cf12400
commit
39b6bc1db0
1 changed files with 59 additions and 6 deletions
65
.doozer.json
65
.doozer.json
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"targets": {
|
||||
|
||||
"precise-amd64": {
|
||||
|
||||
"buildenv": "precise-amd64",
|
||||
|
||||
"builddeps": [
|
||||
"git",
|
||||
"build-essential",
|
||||
|
@ -15,7 +14,10 @@
|
|||
"bzip2",
|
||||
"libcurl4-gnutls-dev",
|
||||
"git-core",
|
||||
"liburiparser-dev"
|
||||
"liburiparser-dev",
|
||||
"libavformat-dev",
|
||||
"libswscale-dev",
|
||||
"libavcodec-dev"
|
||||
],
|
||||
|
||||
"buildcmd": [
|
||||
|
@ -25,9 +27,7 @@
|
|||
},
|
||||
|
||||
"precise-i386": {
|
||||
|
||||
"buildenv": "precise-i386",
|
||||
|
||||
"builddeps": [
|
||||
"git",
|
||||
"build-essential",
|
||||
|
@ -39,7 +39,60 @@
|
|||
"bzip2",
|
||||
"libcurl4-gnutls-dev",
|
||||
"git-core",
|
||||
"liburiparser-dev"
|
||||
"liburiparser-dev",
|
||||
"libavformat-dev",
|
||||
"libswscale-dev",
|
||||
"libavcodec-dev"
|
||||
],
|
||||
|
||||
"buildcmd": [
|
||||
"./configure --disable-dvbscan",
|
||||
"make -j ${PARALLEL}"
|
||||
]
|
||||
},
|
||||
|
||||
"trusty-amd64": {
|
||||
"buildenv": "trusty-amd64",
|
||||
"builddeps": [
|
||||
"git",
|
||||
"build-essential",
|
||||
"pkg-config",
|
||||
"libavahi-client-dev",
|
||||
"libssl-dev",
|
||||
"zlib1g-dev",
|
||||
"wget",
|
||||
"bzip2",
|
||||
"libcurl4-gnutls-dev",
|
||||
"git-core",
|
||||
"liburiparser-dev",
|
||||
"libavformat-dev",
|
||||
"libswscale-dev",
|
||||
"libavcodec-dev"
|
||||
],
|
||||
|
||||
"buildcmd": [
|
||||
"./configure --disable-dvbscan",
|
||||
"make -j ${PARALLEL}"
|
||||
]
|
||||
},
|
||||
|
||||
"trusty-i386": {
|
||||
"buildenv": "trusty-i386",
|
||||
"builddeps": [
|
||||
"git",
|
||||
"build-essential",
|
||||
"pkg-config",
|
||||
"libavahi-client-dev",
|
||||
"libssl-dev",
|
||||
"zlib1g-dev",
|
||||
"wget",
|
||||
"bzip2",
|
||||
"libcurl4-gnutls-dev",
|
||||
"git-core",
|
||||
"liburiparser-dev",
|
||||
"libavformat-dev",
|
||||
"libswscale-dev",
|
||||
"libavcodec-dev"
|
||||
],
|
||||
|
||||
"buildcmd": [
|
||||
|
|
Loading…
Add table
Reference in a new issue