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:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
|
- vcpkg install freeimage
|
||||||
- apt-get update && apt-get install -y xvfb
|
- apt-get update && apt-get install -y xvfb
|
||||||
- Xvfb :99 -screen 0 1024x768x24 &
|
- Xvfb :99 -screen 0 1024x768x24 &
|
||||||
- sleep 5
|
- sleep 5
|
||||||
|
|
Loading…
Reference in New Issue