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": {
|
"targets": {
|
||||||
|
|
||||||
"precise-amd64": {
|
"precise-amd64": {
|
||||||
|
|
||||||
"buildenv": "precise-amd64",
|
"buildenv": "precise-amd64",
|
||||||
|
|
||||||
"builddeps": [
|
"builddeps": [
|
||||||
"git",
|
"git",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
|
@ -15,7 +14,10 @@
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"libcurl4-gnutls-dev",
|
"libcurl4-gnutls-dev",
|
||||||
"git-core",
|
"git-core",
|
||||||
"liburiparser-dev"
|
"liburiparser-dev",
|
||||||
|
"libavformat-dev",
|
||||||
|
"libswscale-dev",
|
||||||
|
"libavcodec-dev"
|
||||||
],
|
],
|
||||||
|
|
||||||
"buildcmd": [
|
"buildcmd": [
|
||||||
|
@ -25,9 +27,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"precise-i386": {
|
"precise-i386": {
|
||||||
|
|
||||||
"buildenv": "precise-i386",
|
"buildenv": "precise-i386",
|
||||||
|
|
||||||
"builddeps": [
|
"builddeps": [
|
||||||
"git",
|
"git",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
|
@ -39,7 +39,60 @@
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"libcurl4-gnutls-dev",
|
"libcurl4-gnutls-dev",
|
||||||
"git-core",
|
"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": [
|
"buildcmd": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue