Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <akliger@gmail.com>2018-09-08 16:00:09 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-09-08 16:00:09 +0300
commitbd15b2dbee5912d4501b0376146d73916b4f8372 (patch)
tree77f83adf2e41e8188d8ba8eeeef5f1153ae57789 /scripts
parent97f207a569d38a2d70e4aa158aa3109c26920328 (diff)
[ci] run tests if building with C++ (#10519)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index 46e911fcb57..759f30c0559 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -202,19 +202,6 @@ make_continue=
if [[ ${CI_TAGS} == *'checked-all'* ]]; then make_continue=-k; fi
-# FIXME For now C++ means just build mono (metadata, mini, sgen, utils) and ignore errors to get more.
-# Once this succeeds, we can let it proceed more normally through tests.
-if [[ ${CI_TAGS} == *'cxx'* ]];
- then
- ${TESTCMD} --label=make --timeout=${make_timeout} --fatal make ${make_parallelism} -k -w -C mono V=1
- exit 0
-fi
-if [[ ${CI_TAGS} == *'cplusplus'* ]];
- then
- ${TESTCMD} --label=make --timeout=${make_timeout} --fatal make ${make_parallelism} -k -w -C mono V=1
- exit 0
-fi
-
if [[ ${CI_TAGS} != *'mac-sdk'* ]]; # Mac SDK builds Mono itself
then
${TESTCMD} --label=make --timeout=${make_timeout} --fatal make ${make_parallelism} ${make_continue} -w V=1