ci: enable cover compile
This commit is contained in:
parent
4374785cd7
commit
f628fc8d14
|
@ -70,6 +70,7 @@ jobs:
|
||||||
- id: compile
|
- id: compile
|
||||||
env:
|
env:
|
||||||
PROFILE: ${{ matrix.profile }}
|
PROFILE: ${{ matrix.profile }}
|
||||||
|
ENABLE_COVER_COMPILE: 1
|
||||||
run: |
|
run: |
|
||||||
make $PROFILE
|
make $PROFILE
|
||||||
zip -ryq $PROFILE.zip .
|
zip -ryq $PROFILE.zip .
|
||||||
|
|
Loading…
Reference in New Issue