mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
Merge 0aca6ff26216755bee5a82b47e49f299c31d8415 into 739dfa9507d4c0d913e5b0203da0cecb4ce58bdc
This commit is contained in:
commit
e3ca56fb9b
@ -37,9 +37,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
feature-unrar: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[false]')}}
|
||||
feature-use-zlib: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[false]')}}
|
||||
feature-use-zstd-thin: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[false]')}}
|
||||
feature-unrar: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[true]')}}
|
||||
feature-use-zlib: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[true]')}}
|
||||
feature-use-zstd-thin: ${{ inputs.matrix_all_combinations && fromJSON('[true, false]') || fromJSON('[true]')}}
|
||||
target:
|
||||
# native
|
||||
- x86_64-unknown-linux-gnu
|
||||
@ -75,12 +75,12 @@ jobs:
|
||||
use-cross: true
|
||||
- target: armv7-unknown-linux-musleabihf
|
||||
use-cross: true
|
||||
# features (unless `matrix_all_combinations` is true, we only run these on linux-gnu)
|
||||
- feature-unrar: true
|
||||
# features (unless `matrix_all_combinations` is true, we'll only run with these disabled on linux-gnu)
|
||||
- feature-unrar: false
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- feature-use-zlib: true
|
||||
- feature-use-zlib: false
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- feature-use-zstd-thin: true
|
||||
- feature-use-zstd-thin: false
|
||||
target: x86_64-unknown-linux-gnu
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user