mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: also add a push helper
This commit is contained in:
parent
f18ae14f98
commit
35c53f1010
5
Makefile
5
Makefile
@ -485,6 +485,11 @@ rebase:
|
||||
log:
|
||||
@git log --stat -p stable/${CORE_ABI}
|
||||
|
||||
push:
|
||||
@git checkout stable/${CORE_ABI}
|
||||
@git push
|
||||
@git checkout master
|
||||
|
||||
test: want-phpunit7-php${CORE_PHP}
|
||||
@if [ "$$(${VERSIONBIN} -v)" != "${CORE_PKGVERSION}" ]; then \
|
||||
echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user