Skip to content
Snippets Groups Projects
Commit 4ed119f3 authored by t.knopff's avatar t.knopff
Browse files

Merge branch 'fix_compilation_issues' into 'develop'

Fix running Xvfb

See merge request !399
parents 327127d1 8697b6b2
No related branches found
No related tags found
1 merge request!399Fix running Xvfb
Pipeline #47007 passed
......@@ -81,7 +81,7 @@ native_Debian_clang:
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache #-DWERROR=ON
- make -j6
- xvfb-run ctest -j6 --output-on-failure
- xvfb-run -a ctest -j6 --output-on-failure
- make package_source
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment