Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make running the tests like in travis-ci easier #92

Merged
merged 5 commits into from Mar 17, 2017

Commits on Mar 17, 2017

  1. Move testing logic from travis.yml to tests-ci.sh script

    This way we can share this logic between travis CI and other systems
    like for example a docker container.
    afiestas committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    12291a2 View commit details
    Browse the repository at this point in the history
  2. Move logic to create a testing environment to tests-environment.sh

    As with the logic to execute the tests, this way we can share this logic
    with other systems to tests linuxdeployqt.
    afiestas committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    063a6a7 View commit details
    Browse the repository at this point in the history
  3. Install Qt also in tests-environment.sh

    No reason to keep it separate from the rest as far as I know
    afiestas committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    7f1e084 View commit details
    Browse the repository at this point in the history
  4. Wait until the X server is up and running

    Otherwise we get into a racy situation.
    afiestas committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    4e7ba54 View commit details
    Browse the repository at this point in the history
  5. Add Dockerfile to create a testing container

    This container tries to emulate the environment we have in travis-ci,
    this way we can test whatever is failing on the CI locally.
    afiestas committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    77bd2ba View commit details
    Browse the repository at this point in the history