hypriot / rpi-kernel

Build a Linux kernel for Raspberry Pi 0/1/2/3/3B+
MIT License
134 stars 46 forks source link

Use build matrix at Travis CI #18

Closed StefanScherer closed 8 years ago

StefanScherer commented 8 years ago

From https://github.com/hypriot/rpi-kernel/pull/17#issuecomment-172365304

Travis CI: "The job exceeded the maxmimum time limit for jobs, and has been terminated."

To solve this we should try a build matrix to build RPi1 and RPi2 kernel in parallel builds and merge the results into the single DEB file to be deployed to packagecloud Hypriot/rpi.

PabloGN commented 8 years ago

The Real Time part should also be built in another instance. See provision.sh from my PR. RT=1 /vagrant/scripts/compile_kernel.sh

StefanScherer commented 8 years ago

Travis CI times out. But Govinda has moved the build to CircleCI. No need to split the build into a build matrix for now.