File tree Expand file tree Collapse file tree 2 files changed +2
-88
lines changed Expand file tree Collapse file tree 2 files changed +2
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Also generates coverage information from unit tests. Note that for intrinsics,
33# it only runs what gets compiled and would naturally run. It also is limited to
44# what can run in a CI environment.
5+
56# Update this workflow when our min/max python minor versions update
67# This workflow is necessary to ensure that we can build and run with
78# a debug python build without too much worrying about SIGABRT being thrown
2829 # re-include current file to not be excluded
2930 - ' !.github/workflows/run-ubuntu-checks.yml'
3031
32+
3133 pull_request :
3234 branches : main
3335 paths-ignore :
98100 if : steps.cache-python.outputs.cache-hit != 'true'
99101 run : pyenv install ${{ matrix.python }} --debug -v
100102
101- # python dev.py build --coverage --lax --ctest
102103 - name : Build pygame-ce
103104 id : build-pygame-ce
104105 run : |
You can’t perform that action at this time.
0 commit comments