librecores / lcci-python

LibreCores CI Python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

About

LibreCores CI Python library

License:MIT License


Languages

Language:Python 98.7%Language:Shell 1.3%