Everyone is welcome to contribute to this repository.
- Make
- Docker should be installed on the build machine
- Linux or Windows Subsystem for Linux are recommended for building the images
- If you use Windows, see this page for Docker configuration on WSL
See the makefile in the repository root.
The image can be built with the make build
command and then launched with make run
.
Repository buld logic
If you are developing Pipeline libraries or Jenkinsfiles for LibreCores CI,
use the make dev
command.
- Create pull requests against the master branch
- System configurations for Jenkins will be promoted to production manually after the merge
In the case of any questions, please use the librecores/librecores-ci gitter chat or create an issue in this project.