Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simulate_travis_ci_build.sh: Temporary commit to test changes without…
… Travis CI automatic build Travis CI builds fail due to the amount of changes, so create a simple script that naively simulates what Travis is doing, for obvious reasons its slower since it builds sequentially. Usage examples: $ BOARDS="wedge" ./simulate_travis_ci_build.sh $ DISTRO_DEFAULT="rocko" BOARDS="wedge yosemite" ./simulate_travis_ci_build.sh $ ./simulate_travis_ci_build.sh Signed-off-by: Alejandro Enedino Hernandez Samaniego <[email protected]>
- Loading branch information