Skip to content

🔥 Feature: Dockerize tests #25

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

Merged
merged 4 commits into from
Mar 27, 2025

Conversation

grivera64
Copy link
Member

Feature Description

This PR is a component for implementing issue #1. This PR fixes the Makefile for easier running by the command make test. This PR additionally adds a Dockerfile that installs Qt and its dependencies (+ testing dependencies like Xvfb) for easy running in the docker container. A convenient ./run_docker.sh file is also provided.

How to run

The code (after installing docker) is simply:

chmod +x ./run_docker.sh
./run_docker.sh

Copy link
Member

@chrisdedman chrisdedman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Thanks for your contribution.

@chrisdedman chrisdedman linked an issue Mar 27, 2025 that may be closed by this pull request
@chrisdedman chrisdedman merged commit d7d6144 into sandbox-science:main Mar 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Docker for Development Environment
2 participants