nickdesaulniers / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools

Home Page:https://travis-ci.com/ClangBuiltLinux/continuous-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

continuous-integration

A repo for daily continuous compilation and boot testing of Clang built Linux. Uses daily snapshots of Clang, top of tree torvalds/linux, Buildroot root filesystems, and QEMU to boot.

Build Status

$ git clone -j`nproc` git@github.com:ClangBuiltLinux/continuous-integration.git
$ cd continuous-integration
$ ./driver.sh

Without any options, driver.sh builds an arm64 image and boots it. To learn more about the script, run ./driver.sh -h.

About

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools

https://travis-ci.com/ClangBuiltLinux/continuous-integration

License:Apache License 2.0


Languages

Language:Shell 100.0%