Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 714 Bytes

README.rst

File metadata and controls

29 lines (20 loc) · 714 Bytes

LibreCores.org CI Tool

This is the tool to administrate LibreCores.org Continuous Integration (lcci) instances.

Usage

Under construction: Guidelines will be deployed soon

Docker image for deploying tools

Current image version uses a hardcoded "lcci-tools" volume to deploy tools. All available tools are listed here: https://github.com/lccitools

Install a particular tool:

` docker run --rm -e DOCKER_HOST=${DOCKER_HOST} librecores/lcci-python lcci tools install verilator:3.902 `

Install a whole „standard tool package“:

` docker run --rm -e DOCKER_HOST=${DOCKER_HOST} librecores/lcci-python lcci tools install lcci-2017.1 `