|
@@ -55,10 +55,6 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
make ${EMQX_NAME}-tgz
|
|
make ${EMQX_NAME}-tgz
|
|
|
./scripts/pkg-tests.sh ${EMQX_NAME}-tgz
|
|
./scripts/pkg-tests.sh ${EMQX_NAME}-tgz
|
|
|
- - name: run static checks
|
|
|
|
|
- if: contains(matrix.os, 'ubuntu')
|
|
|
|
|
- run: |
|
|
|
|
|
- make static_checks
|
|
|
|
|
- name: build and test deb/rpm packages
|
|
- name: build and test deb/rpm packages
|
|
|
run: |
|
|
run: |
|
|
|
make ${EMQX_NAME}-pkg
|
|
make ${EMQX_NAME}-pkg
|