Enable ref_gles1 in CI builds.

This commit is contained in:
Yamagi 2024-08-12 18:21:22 +02:00 committed by Denis Pauk
parent 247acb32fd
commit ccba5946fd
5 changed files with 5 additions and 2 deletions

View file

@ -34,6 +34,7 @@ jobs:
sed -i 's|WITH_AVCODEC:=yes|WITH_AVCODEC:=no|g' Makefile
# Public runners come with 2 CPUs.
make -j2
make -j2 ref_gles1
- name: Create testbuild package
run: |
# Create release directory tree

View file

@ -26,13 +26,13 @@ jobs:
run: |
brew update
brew install sdl2 openal-soft make ffmpeg molten-vk
brew upgrade
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: |
# Public runners come with 3 CPUs.
gmake -j3
gmake -j3 ref_gles1
- name: Create testbuild package
run: |
# Create release directory tree

View file

@ -48,6 +48,7 @@ jobs:
sed -i 's|WITH_AVCODEC:=yes|WITH_AVCODEC:=no|g' Makefile
# Public runners come with 2 CPUs.
make -j2
make -j2 ref_gles1
- name: Create testbuild package
shell: msys2 {0}
run: |

View file

@ -47,6 +47,7 @@ jobs:
run: |
# Public runners come with 2 CPUs.
make -j2
make -j2 ref_gles1
- name: Create testbuild package
shell: msys2 {0}
run: |

View file

@ -206,7 +206,7 @@ pull request to submit code:
Also have a look at our contributors guide:
* [Contributors Guide](https://github.com/yquake2/yquake2/blob/master/doc/080_contributing.md).
* [Contributors Guide](https://github.com/yquake2/yquake2/blob/master/doc/080_contributing.md)
## Documentation