[ARM/CI] new ARM CI using Docker
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Thu, 9 Feb 2017 06:28:35 +0000 (15:28 +0900)
committerHyung-Kyu Choi <hk0110.choi@samsung.com>
Wed, 15 Mar 2017 08:36:53 +0000 (17:36 +0900)
commit284efe17b7baf983669fd5ba92e96bcf5de72ff3
treec2a4f2e532ccf7d5dd1f08ad8f748e72742c8403
parentc74e2014baa032e3c7017d30a494ae7c48452fc9
[ARM/CI] new ARM CI using Docker

1. Enable ARM cross-build using Docker
  For arm, rootfs is prepared inaide Docker image which is used for official pipeline build.
  For armel, rootfs is constructed for Tizen.
  Release, Debug, Checked build is available.

2. Run unit test using Docker

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/cf77c696f7ca30786acaa5b5f4325b64236f5429
src/coreclr/cross/armel/tizen/tizen-dotnet.ks [new file with mode: 0644]
src/coreclr/tests/scripts/arm32_ci_script.sh
src/coreclr/tests/scripts/arm32_ci_test.sh [new file with mode: 0755]