mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 00:16:22 +00:00
add specific tasks to travis for master branch
repair nightly webapp builds Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
4771dc823c
commit
e5785428c3
@ -6,3 +6,8 @@ services:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make build-all
|
- make build-all
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
script: make publish
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
3
Makefile
3
Makefile
@ -14,6 +14,9 @@ zpush_download_version := $(shell ./version.sh zpush)
|
|||||||
|
|
||||||
KOPANO_CORE_REPOSITORY_URL := file:/kopano/repo/core
|
KOPANO_CORE_REPOSITORY_URL := file:/kopano/repo/core
|
||||||
KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp
|
KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp
|
||||||
|
KOPANO_WEBAPP_FILES_REPOSITORY_URL := file:/kopano/repo/files
|
||||||
|
KOPANO_WEBAPP_MDM_REPOSITORY_URL := file:/kopano/repo/mdm
|
||||||
|
KOPANO_WEBAPP_SMIME_REPOSITORY_URL := file:/kopano/repo/smime
|
||||||
KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_9.0/
|
KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_9.0/
|
||||||
RELEASE_KEY_DOWNLOAD := 0
|
RELEASE_KEY_DOWNLOAD := 0
|
||||||
DOWNLOAD_COMMUNITY_PACKAGES := 1
|
DOWNLOAD_COMMUNITY_PACKAGES := 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user