Skip to content

Commit 5abded1

Browse files
committed
ci: validate EGL core contexts before legacy isolation
1 parent 339f43f commit 5abded1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
path: cmake_install_dir/
3333
if: always()
3434

35-
ubuntu-core:
36-
name: Ubuntu CI (GL core)
35+
ubuntu-egl-context:
36+
name: Ubuntu CI (EGL headless)
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout repository
@@ -44,10 +44,10 @@ jobs:
4444
run: |
4545
sudo apt-get -y update
4646
sudo apt-get -y install freeglut3-dev
47-
cmake -S . -B cmake_build_dir -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCOIN_BUILD_LEGACY_GL_RENDERER=OFF -DCOIN_BUILD_TESTS=ON -DCOIN_BUILD_EXAMPLES=OFF -DCOIN_BUILD_DOCUMENTATION=OFF
47+
cmake -S . -B cmake_build_dir -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCOIN_BUILD_LEGACY_GL_RENDERER=ON -DCOIN_BUILD_TESTS=ON -DCOIN_BUILD_EXAMPLES=OFF -DCOIN_BUILD_DOCUMENTATION=OFF
4848
- name: Build EGL binding test
4949
run: cmake --build cmake_build_dir --target EGLBindingTest --config Release -- -j4
50-
- name: Run EGL binding test
50+
- name: Run EGL binding test in a core profile
5151
run: ctest -C Release -R '^EGLBindingTest$' --output-on-failure
5252
working-directory: cmake_build_dir
5353
env:

0 commit comments

Comments
 (0)