We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We introduced code checking with flake8 and mypy, but did not document how to configure and use the development environment.
At least developers need to know a list of dependencies and some helper to install them on FreeBSD and HardenedBSD.
make travis
make test
make dev-dependencies
make install
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
Travis is running: make check and make check-deps to install the deps needed for that
make check
make check-deps
Sorry, something went wrong.
We simplified the Makefile and made (dev-) dependencies self-explaining.
No branches or pull requests
We introduced code checking with flake8 and mypy, but did not document how to configure and use the development environment.
At least developers need to know a list of dependencies and some helper to install them on FreeBSD and HardenedBSD.
make travis
runs the same tasks as they would on TravisCImake test
runs the code style checks and unit testsmake dev-dependencies
installs developer dependencies (and general dependencies)make install
installs libiocage to the systemmake dev-dependencies
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: