|
|
@ -20,6 +20,7 @@ jobs:
|
|
|
|
structures_ref: ${{ inputs.structures_ref }}
|
|
|
|
structures_ref: ${{ inputs.structures_ref }}
|
|
|
|
artifact-name: test-msvc
|
|
|
|
artifact-name: test-msvc
|
|
|
|
cache-id: test
|
|
|
|
cache-id: test
|
|
|
|
|
|
|
|
docs: true
|
|
|
|
tests: true
|
|
|
|
tests: true
|
|
|
|
|
|
|
|
|
|
|
|
build-linux:
|
|
|
|
build-linux:
|
|
|
@ -33,6 +34,7 @@ jobs:
|
|
|
|
cache-id: test
|
|
|
|
cache-id: test
|
|
|
|
stonesense: ${{ matrix.plugins == 'all' }}
|
|
|
|
stonesense: ${{ matrix.plugins == 'all' }}
|
|
|
|
extras: ${{ matrix.plugins == 'all' }}
|
|
|
|
extras: ${{ matrix.plugins == 'all' }}
|
|
|
|
|
|
|
|
docs: true
|
|
|
|
tests: true
|
|
|
|
tests: true
|
|
|
|
gcc-ver: ${{ matrix.gcc }}
|
|
|
|
gcc-ver: ${{ matrix.gcc }}
|
|
|
|
secrets: inherit
|
|
|
|
secrets: inherit
|
|
|
|