chore(autotest): debug build

This commit is contained in:
mengzhenyu 2022-01-28 12:41:38 +08:00
parent a0263ded5b
commit cf777eb6c3
1 changed files with 5 additions and 3 deletions

View File

@ -21,10 +21,12 @@ jobs:
- emqx
otp:
- 24.1.5-4
elixir:
- 1.13.2
os:
- ubuntu20.04
container: "ghcr.io/emqx/emqx-builder/5.0-5:${{ matrix.otp }}-${{ matrix.os }}"
container: "ghcr.io/emqx/emqx-builder/5.0-5:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}"
steps:
- uses: actions/checkout@v1
@ -45,14 +47,14 @@ jobs:
path: |
_build/default/lib/rocksdb/
deps/rocksdb/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
key: ${{ matrix.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
- name: load quicer cache
uses: actions/cache@v2
with:
path: |
_build/default/lib/quicer/
deps/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
key: ${{ matrix.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: build and test tgz package
run: |
make ${EMQX_NAME}-tgz