├── .github └── workflows │ └── build_kernel.yml ├── README.md ├── repos.json └── upload.sh /.github/workflows/build_kernel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RennAlt/Kernel_CI/HEAD/.github/workflows/build_kernel.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RennAlt/Kernel_CI/HEAD/README.md -------------------------------------------------------------------------------- /repos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RennAlt/Kernel_CI/HEAD/repos.json -------------------------------------------------------------------------------- /upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RennAlt/Kernel_CI/HEAD/upload.sh --------------------------------------------------------------------------------