Add Testing Matrix #62
testing.yml
on: pull_request
Matrix: ${{ format('{0} - py {1} - {2} {3}
', matrix.os, matrix.python-version, matrix.toolchain.compiler, matrix.build) }}
Annotations
11 errors and 2 warnings
|
macos-latest - py 3.12 - gcc debug
ENOENT: no such file or directory, open '/Users/runner/work/pyclaw/pyclaw/pyclaw/test_report.xml'
|
|
macos-latest - py 3.12 - gcc debug
Process completed with exit code 1.
|
|
ubuntu-latest - py 3.12 - gcc opt
ENOENT: no such file or directory, open '/home/runner/work/pyclaw/pyclaw/pyclaw/test_report.xml'
|
|
ubuntu-latest - py 3.12 - gcc opt
The operation was canceled.
|
|
ubuntu-latest - py 3.12 - gcc opt
The strategy configuration was canceled because "tests.macos-latest_3_12_debug_g" failed
|
|
ubuntu-latest - py 3.12 - gcc debug
ENOENT: no such file or directory, open '/home/runner/work/pyclaw/pyclaw/pyclaw/test_report.xml'
|
|
ubuntu-latest - py 3.12 - gcc debug
The operation was canceled.
|
|
ubuntu-latest - py 3.12 - gcc debug
The strategy configuration was canceled because "tests.macos-latest_3_12_debug_g" failed
|
|
macos-latest - py 3.12 - gcc opt
ENOENT: no such file or directory, open '/Users/runner/work/pyclaw/pyclaw/pyclaw/test_report.xml'
|
|
macos-latest - py 3.12 - gcc opt
The operation was canceled.
|
|
macos-latest - py 3.12 - gcc opt
The strategy configuration was canceled because "tests.macos-latest_3_12_debug_g" failed
|
|
macos-latest - py 3.12 - gcc debug
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|
|
macos-latest - py 3.12 - gcc opt
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|