Hi,

This is a CI job I'm working on that's intended to run automated tests:

   https://ci.inria.fr/lyx/job/testing-Jenkins/job/ctest/

Currently there's about 2300 failing tests (out of 6000), so I'm guessing
more stuff needs to be installed.

Detailed results via this link:

https://ci.inria.fr/lyx/job/testing-Jenkins/job/ctest/lastCompletedBuild/testReport/
and here's a link to the workspace with the "build/Testing/"-folder
    https://ci.inria.fr/lyx/job/testing-Jenkins/job/ctest/ws/build/Testing/

The environment is Ubuntu + qt5 + CMake, and I've done
   apt-get install texlive-full

Not sure how I could proceed now, I think I need some help in figuring out
how to get more of the tests to pass. Perhaps I need to install more
dependencies?  Perhaps the Docker image needs to be running XWindow?
Note: I have looked in Developer.lyx but didn't see these kinds of details,
should I be looking elsewhere - test definitions?

Regards,
/Christian

PS.
- CI job:
  -  https://ci.inria.fr/lyx/job/testing-Jenkins/job/ctest/
  - Link to workspace and Testing/-folder:
    https://ci.inria.fr/lyx/job/testing-Jenkins/job/ctest/ws/build/Testing/

- Source for Docker image:
  - Repo:  https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-ctest
  - Dockerfile:
https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-ctest/blob/master/Dockerfile
  - Install script:
https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-ctest/blob/master/install_dependencies.sh

  - Script that builds and runs test

https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-ctest/blob/master/build/build_and_test_using_ctest.sh

- Docker hub for Docker image:

https://hub.docker.com/r/lyxproject/build-lyx-using-ubuntu-latest-qt5-ctest/

Reply via email to