try some build changes

This commit is contained in:
richard 2021-10-08 17:57:00 +01:00
parent 5f28d0101a
commit 11f399b603
4 changed files with 10 additions and 5 deletions

View file

@ -38,9 +38,11 @@ jobs:
- name: Build raylib
run: |
cd raylib-c
cd src
mkdir build
cd build
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
make -j2
sudo cp libraylib.a /usr/local/lib/libraylib.a
sudo make install
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip