Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 10 | 2 | 1 | |
LICENSE | D | 03-May-2024 | 1,023 | 6 | 3 | |
README.md | D | 03-May-2024 | 321 | 9 | 7 | |
Vagrantfile | D | 03-May-2024 | 1.4 KiB | 49 | 43 | |
fedora-test-runner.sh | D | 03-May-2024 | 1.9 KiB | 100 | 65 | |
travis-kvm-setup.sh | D | 03-May-2024 | 4.1 KiB | 131 | 64 |
README.md
1# Continuous Integration Scripts 2 3The scripts under `scripts/ci` are designed specifically 4for the Travis CI system. While nothing prevents you 5from mimicking that environment and using them locally, 6they are not applicable for general consumption. Any 7thing in this directory should never be considered as 8a stable API. 9