|
39 | 39 | run: | |
40 | 40 | mkdir -p output/linux_x64_${{ matrix.c_compiler }} |
41 | 41 | ${{ steps.strings.outputs.build-output-dir }}/dmath_test |
42 | | - cp ${{ github.workspace }}/case_result.txt output/linux_x64_${{ matrix.c_compiler }} |
| 42 | + cp ${{ github.workspace }}/output.txt output/linux_x64_${{ matrix.c_compiler }} |
43 | 43 | - uses: actions/upload-artifact@v4 |
44 | 44 | with: |
45 | 45 | name: linux_x64_${{ matrix.c_compiler }} |
|
98 | 98 | run: | |
99 | 99 | mkdir -p output/linux_${{ matrix.arch }}_${{ matrix.c_compiler }} |
100 | 100 | ${{ steps.strings.outputs.build-output-dir }}/dmath_test |
101 | | - cp ${{ github.workspace }}/case_result.txt output/linux_${{ matrix.arch }}_${{ matrix.c_compiler }} |
| 101 | + cp ${{ github.workspace }}/output.txt output/linux_${{ matrix.arch }}_${{ matrix.c_compiler }} |
102 | 102 | - uses: actions/upload-artifact@v4 |
103 | 103 | with: |
104 | 104 | name: linux_${{ matrix.arch }}_${{ matrix.c_compiler }} |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | run: | |
137 | 137 | mkdir -p output/macos_${{ matrix.c_compiler }} |
138 | 138 | ${{ steps.strings.outputs.build-output-dir }}/dmath_test |
139 | | - cp ${{ github.workspace }}/case_result.txt output/macos_${{ matrix.c_compiler }} |
| 139 | + cp ${{ github.workspace }}/output.txt output/macos_${{ matrix.c_compiler }} |
140 | 140 | - uses: actions/upload-artifact@v4 |
141 | 141 | with: |
142 | 142 | name: macos_${{ matrix.c_compiler }} |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | run: | |
176 | 176 | mkdir -p output/win32_${{ matrix.c_compiler }} |
177 | 177 | ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/dmath_test.exe |
178 | | - cp ${{ github.workspace }}/case_result.txt output/win32_${{ matrix.c_compiler }} |
| 178 | + cp ${{ github.workspace }}/output.txt output/win32_${{ matrix.c_compiler }} |
179 | 179 | - uses: actions/upload-artifact@v4 |
180 | 180 | with: |
181 | 181 | name: win32_${{ matrix.c_compiler }} |
@@ -252,10 +252,10 @@ jobs: |
252 | 252 | name: linux_armv7_clang |
253 | 253 | path: ${{ github.workspace }}/output/all-in-one |
254 | 254 |
|
255 | | - - name: "Compare artifacts" |
256 | | - run: | |
257 | | - pip install pandas |
258 | | - python scripts/all-in-one.py ${{ github.workspace }}/output |
| 255 | + # - name: "Compare artifacts" |
| 256 | + # run: | |
| 257 | + # pip install pandas |
| 258 | + # python scripts/all-in-one.py ${{ github.workspace }}/output |
259 | 259 |
|
260 | 260 | - name: "Upload merged artifact" |
261 | 261 | |
|
0 commit comments