Skip to content

Commit 943eafe

Browse files
committed
CI updates
1 parent 4d81bd2 commit 943eafe

File tree

2 files changed

+2
-88
lines changed

2 files changed

+2
-88
lines changed

.github/workflows/build-ubuntu-ctest.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/run-ubuntu-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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
@@ -28,6 +29,7 @@ on:
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:
@@ -98,7 +100,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)