Update .gitlab-ci.yml to hopefully get freeimage working
This commit is contained in:
parent
d1d2c677db
commit
bc1fae35a7
|
@ -26,6 +26,7 @@ run_tests:
|
|||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- vcpkg install freeimage
|
||||
- apt-get update && apt-get install -y xvfb
|
||||
- Xvfb :99 -screen 0 1024x768x24 &
|
||||
- sleep 5
|
||||
|
|
Loading…
Reference in New Issue