File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments