This commit is contained in:
Richard Smith 2024-10-16 12:11:34 +01:00
parent 4670e271ca
commit 62ff73d0e7
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ pi_task:
- cd buildsdl
- cmake ../SDL-release-2.30.7 -DSDL_SHARED=OFF -DSDL_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release
- cmake --build . --config Release
- sudo cmake --install .
- cmake --install .
- cd ..
build_raylib_script:
- git submodule update --init --recursive

View file

@ -74,7 +74,7 @@ jobs:
pip3 install "cffi>=1.17.1"
pip3 install wheel
pip3 install setuptools
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
python setup.py bdist_wheel
- name: Test
run: |