Enable ref_gles1 in CI builds.

This commit is contained in:
Yamagi 2024-08-12 18:21:22 +02:00
parent 679c2d5509
commit a26c496038
4 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@ jobs:
run: | run: |
# Public runners come with 2 CPUs. # Public runners come with 2 CPUs.
make -j2 make -j2
make -j2 ref_gles1
- name: Create testbuild package - name: Create testbuild package
run: | run: |
# Create release directory tree # Create release directory tree

View File

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

View File

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

View File

@ -60,7 +60,7 @@ pull request to submit code:
Also have a look at our contributors guide: 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 ## Documentation