mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Enable ref_gles1 in CI builds.
This commit is contained in:
parent
679c2d5509
commit
a26c496038
4 changed files with 4 additions and 2 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
run: |
|
||||
# Public runners come with 2 CPUs.
|
||||
make -j2
|
||||
make -j2 ref_gles1
|
||||
- name: Create testbuild package
|
||||
run: |
|
||||
# Create release directory tree
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -26,13 +26,13 @@ jobs:
|
|||
run: |
|
||||
brew update
|
||||
brew install sdl2 openal-soft make
|
||||
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
|
||||
|
|
1
.github/workflows/win32.yml
vendored
1
.github/workflows/win32.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
run: |
|
||||
# Public runners come with 2 CPUs.
|
||||
make -j2
|
||||
make -j2 ref_gles1
|
||||
- name: Create testbuild package
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
|
|
|
@ -60,7 +60,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
|
||||
|
|
Loading…
Reference in a new issue