Skip to content

Commit a00bd22

Browse files
committed
Check more OpenGL
1 parent a01eac9 commit a00bd22

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/linux-opengl.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,21 @@ jobs:
144144
with:
145145
name: 07_multiple_render_targets image
146146
path: 07_multiple_render_targets/deployment/test.png
147+
- name: Compile 11_instanced_rendering
148+
working-directory: 11_instanced_rendering
149+
run: ../kore/make linux -g opengl --debug --option screenshot --compile
150+
- name: Run 11_instanced_rendering
151+
working-directory: 11_instanced_rendering/deployment
152+
run: xvfb-run ../build/debug/11_instanced_rendering
153+
- name: Check 11_instanced_rendering
154+
working-directory: 11_instanced_rendering
155+
run: node ../.github/compare.js
156+
- name: Upload 11_instanced_rendering failure image
157+
if: failure()
158+
uses: actions/upload-artifact@v4
159+
with:
160+
name: 11_instanced_rendering image
161+
path: 11_instanced_rendering/deployment/test.png
147162
- name: Compile 15_deinterleaved_buffers
148163
working-directory: 15_deinterleaved_buffers
149164
run: ../kore/make linux -g opengl --debug --option screenshot --compile

.github/write_workflows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ const workflows = [
310310
run: sudo apt-get install libasound2-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev libxi-dev libxcursor-dev libudev-dev libwayland-dev wayland-protocols libxkbcommon-dev ninja-build imagemagick xvfb --yes --quiet
311311
`,
312312
RuntimeShaderCompilation: true,
313-
checked: [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0]
313+
checked: [1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0]
314314
},
315315
{
316316
sys: 'Linux',

0 commit comments

Comments
 (0)