webauthn-framework icon indicating copy to clipboard operation
webauthn-framework copied to clipboard

Makefile enhancement

Open Spomky opened this issue 3 years ago • 0 comments

Description

The Makefile used in this project is very basic: it contains a few number of commands for helping CI/CD. But it could be better for contributor onboarding or by integrating new cool stuff e.g. PHPQA without the boring docker commands to call.

Example

make first-install #Install everything and make it ready to be modified by a contributor
make before-commit # Run all tests and reports a contributor should need for tests to pass

Spomky avatar Oct 06 '22 06:10 Spomky