change build options to include 'all' formats

This commit is contained in:
richard 2021-10-07 23:15:29 +01:00
parent 316f0bb1e4
commit 7b246103d8
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ jobs:
cd raylib-c
mkdir build
cd build
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
make -j2
sudo make install
- name: Build raylib-python-cffi
@ -131,7 +131,7 @@ jobs:
cd raylib-c
mkdir build
cd build
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
msbuild raylib.sln /target:raylib /property:Configuration=Release
copy raylib\Release\raylib.lib ..\..
cd ..\..

View file

@ -1 +1 @@
__version__ = "3.7.0.post8"
__version__ = "3.7.0.post9"