Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-nuth/ci-utils
Tools for CI
https://github.com/k-nuth/ci-utils
Last synced: 2 days ago
JSON representation
Tools for CI
- Host: GitHub
- URL: https://github.com/k-nuth/ci-utils
- Owner: k-nuth
- Created: 2020-01-28T11:58:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:59:59.000Z (2 months ago)
- Last Synced: 2024-09-07T16:24:45.367Z (2 months ago)
- Language: Python
- Homepage:
- Size: 263 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knuth ci-utils
Set of functions used in Knuth's continuous integration.
# Requirements
* For the jenkins_utils (debian)
```
apt-get update
apt-get install build-essential -y
apt-get install gcc -y
apt-get install git -y
apt-get install cmake -y
apt-get install python -y
apt-get install python-pip -y
pip install conan --upgrade
pip install conan-package-tools
conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/config2023.zip
```# Usage
* jenkins_dependencies.py```
python jenkins_dependencies.py -rp="$HOME/devel/testing_script/node" -p="node"
```