|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Clone |
|
|
|
- name: Clone |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: true |
|
|
|
submodules: true |
|
|
|
- name: Dependencies |
|
|
|
- name: Dependencies |
|
|
|
run: | |
|
|
|
run: | |
|
|
@ -29,7 +29,7 @@ jobs: |
|
|
|
- name: Build |
|
|
|
- name: Build |
|
|
|
id: build |
|
|
|
id: build |
|
|
|
env: |
|
|
|
env: |
|
|
|
CMAKE_ARGS: "${{ matrix.define }}" |
|
|
|
CMAKE_ARGS: "${{ matrix.defines }}" |
|
|
|
BUILD_ID: "${{ matrix.build }}" |
|
|
|
BUILD_ID: "${{ matrix.build }}" |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
make dist |
|
|
|
make dist |
|
|
@ -58,7 +58,7 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Clone |
|
|
|
- name: Clone |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: true |
|
|
|
submodules: true |
|
|
|
|
|
|
|
|
|
|
|
- name: Dependencies |
|
|
|
- name: Dependencies |
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
|
- name: Build |
|
|
|
- name: Build |
|
|
|
id: build |
|
|
|
id: build |
|
|
|
env: |
|
|
|
env: |
|
|
|
CMAKE_ARGS: "${{ matrix.define }}" |
|
|
|
CMAKE_ARGS: "${{ matrix.defines }}" |
|
|
|
BUILD_ID: "${{ matrix.build }}" |
|
|
|
BUILD_ID: "${{ matrix.build }}" |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
make dist |
|
|
|
make dist |
|
|
|