summaryrefslogtreecommitdiff
path: root/TestRelease.job
AgeCommit message (Collapse)Author
2016-11-09scripts/TestRelease.job: add a drive short name when using wine.Christophe Lyon
Using too long paths can cause compilation to fail. This patch creates a new drive letter pointing to the test directory, such that wine uses this shortcut when running the sample compilation test. Change-Id: I75f863a5ba728c548237d5944d1c8dd2c91e90b3
2016-09-21scripts/TestRelease.job: Fix typo in cpu option.Christophe Lyon
Change-Id: Idb7aa365043aa35e569812fe2825bbf1cfe1037d
2016-09-21scripts/TestRelease.job: Fix bare-metal testing.Christophe Lyon
AArch64 needs specs, to find libc. ARM does not need specs, but using the default CPU generates undefined references to __sync_synchronize. Both problems probably need a better fix in GCC. This is related to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66203 Change-Id: If10eb6656a5952e5831f77dbe59d95fe8ecdbe96
2016-09-11scripts/TestRelease.job: Print a message at the end.Christophe Lyon
To make it clear whether compilation succeeded or failed. Change-Id: I54c46ebf85e1daeda15cd0c06c71fdc24d4b066e
2016-09-11scripts/TestRelease.job: Fix target name computation.Christophe Lyon
Fix the regexp so that we guess the right target name before trying to invoke the compiler. Change-Id: If004eea947b417f3a98620d20a16bddb82b2fefd
2016-08-30scripts/TestRelease.job: Make it less verbose.Christophe Lyon
To avoid filling the Jenkins console. Change-Id: Ie2108e656244cce7acbc8e284910ad9f04af4000
2016-04-05New script for testing toolchain binary releases. Works with the new Jenkins ↵Rob Savoye
job TCWG Test Release. Fix all problems when running via Jenkins from the MakeRelease job. Change-Id: Id8a0ca1325c338c1c7de64ba3198abe93f8a054f