mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Build System: Add support for checking alembic branches.
* Add 'check-alembic' target to root Makefile. * Create build_tools/make_check_alembic to do the actual checks. ASTERISK-25685 Change-Id: Ibb3cae7d1202ac23dc70b0f3b5801571ad46b004
This commit is contained in:
5
Makefile
5
Makefile
@@ -1010,6 +1010,10 @@ else
|
||||
rest-api/resources.json .
|
||||
endif
|
||||
|
||||
check-alembic: makeopts
|
||||
@find contrib/ast-db-manage/ -name '*.pyc' -delete
|
||||
@ALEMBIC=$(ALEMBIC) build_tools/make_check_alembic config cdr voicemail >&2
|
||||
|
||||
.PHONY: menuselect
|
||||
.PHONY: main
|
||||
.PHONY: sounds
|
||||
@@ -1031,6 +1035,7 @@ endif
|
||||
.PHONY: _clean
|
||||
.PHONY: ari-stubs
|
||||
.PHONY: basic-pbx
|
||||
.PHONY: check-alembic
|
||||
.PHONY: $(SUBDIRS_INSTALL)
|
||||
.PHONY: $(SUBDIRS_DIST_CLEAN)
|
||||
.PHONY: $(SUBDIRS_CLEAN)
|
||||
|
Reference in New Issue
Block a user