mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
parent
7389639f17
commit
47dd6b17f6
6
.github/workflows/openimci.yml
vendored
6
.github/workflows/openimci.yml
vendored
@ -207,6 +207,12 @@ jobs:
|
|||||||
sudo make check || \
|
sudo make check || \
|
||||||
(echo "An error occurred, printing logs:" && sudo cat ./_output/logs/* 2>/dev/null)
|
(echo "An error occurred, printing logs:" && sudo cat ./_output/logs/* 2>/dev/null)
|
||||||
|
|
||||||
|
- name: Restart Services and Print Logs for Ubuntu
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: |
|
||||||
|
sudo make restart
|
||||||
|
sudo make check
|
||||||
|
|
||||||
# - name: Build, Start, Check Services and Print Logs for macOS
|
# - name: Build, Start, Check Services and Print Logs for macOS
|
||||||
# if: runner.os == 'macOS'
|
# if: runner.os == 'macOS'
|
||||||
# run: |
|
# run: |
|
||||||
|
2
Makefile
2
Makefile
@ -95,7 +95,7 @@ stop:
|
|||||||
|
|
||||||
## restart: Restart openim (make init configuration file is initialized) ✨
|
## restart: Restart openim (make init configuration file is initialized) ✨
|
||||||
.PHONY: restart
|
.PHONY: restart
|
||||||
restart: clean stop build init start check
|
restart: clean stop build start check
|
||||||
|
|
||||||
## multiarch: Build binaries for multiple platforms. See option PLATFORMS. ✨
|
## multiarch: Build binaries for multiple platforms. See option PLATFORMS. ✨
|
||||||
.PHONY: multiarch
|
.PHONY: multiarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user