This commit is contained in:
Richard Smith 2024-10-15 19:51:44 +01:00
parent 35c457ef7d
commit 7e2da775ae

View file

@ -43,6 +43,25 @@ mac_task:
- env: - env:
PY_VER: "3.9" PY_VER: "3.9"
RAYLIB_PLATFORM: SDL RAYLIB_PLATFORM: SDL
- env:
PY_VER: "3.10"
RAYLIB_PLATFORM: Desktop
- env:
PY_VER: "3.10"
RAYLIB_PLATFORM: SDL
- env:
PY_VER: "3.11"
RAYLIB_PLATFORM: Desktop
- env:
PY_VER: "3.12"
RAYLIB_PLATFORM: SDL
- env:
PY_VER: "3.13"
RAYLIB_PLATFORM: Desktop
- env:
PY_VER: "3.13"
RAYLIB_PLATFORM: SDL
setup_script: setup_script:
- brew update - brew update
@ -79,6 +98,6 @@ mac_task:
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages cffi - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages cffi
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel
- RAYLIB_PLATFORM=SDL /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel - /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel
artifacts: artifacts:
path: "dist/*" path: "dist/*"