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:
authorAlexander Kyte <alexmkyte@gmail.com>2016-06-15 01:24:26 +0300
committerGitHub <noreply@github.com>2016-06-15 01:24:26 +0300
commit65efedb894bbee9fed3a24a975586ee51e0016f2 (patch)
treec7bb34760e75af8ca0e04ed38976cbd0143f9eb9 /Makefile.am
parent0f996d602035bf97f841f056d256f101190def6a (diff)
parent0b3e1136560664b5370292a71ad6d93d5ddb2c20 (diff)
Merge pull request #3089 from alexanderkyte/mobile_static_jenkins_script
[mobile_static] Update jenkins build script for mobile_static profile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 97e260cc786..9c6dc7e9714 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,10 @@ get-monolite-latest:
cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; }
cd $(mcslib) && mv -f monolite-* monolite
+.PHONY: check-ci
+check-ci:
+ MONO_LLVMONLY=$(MONO_LLVMONLY) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+
.PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests
validate: do-build-mono-mcs
$(MAKE) mcs-do-tests