[netcore] Remove local copy of static alc resolve methods
[mono-project.git] / scripts / ci / run-test-mac-sdk.sh
blobbf2e7159e749a335f50bbb6a95404368bc00f4de
1 #!/bin/bash -e
3 ${TESTCMD} --label=bockbuild --timeout=300m --fatal ${MONO_REPO_ROOT}/scripts/mac-sdk-package.sh
5 # switch to using package Mono instead of system
6 export PATH=${MONO_REPO_ROOT}/external/bockbuild/stage/bin:$PATH
8 # Bundled MSBuild
9 cd ${MONO_REPO_ROOT}/external/bockbuild/builds/msbuild-15/
10 ${TESTCMD} --label="msbuild-tests" --timeout=180m ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release
11 zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/TestResults/Release-MONO/* artifacts/log/Release-MONO/*.log
13 # Bundled LLVM
14 cd ${MONO_REPO_ROOT}/external/bockbuild/builds/mono
15 ${TESTCMD} --label="runtime-tests-llvm" --timeout=240m make -C mono/tests -k test-wrench MONO_ENV_OPTIONS=--llvm V=1 M=1
16 ${TESTCMD} --label="corlib-tests-llvm" --timeout=60m make -C mcs/class/corlib run-test PLATFORM_TEST_HARNESS_EXCLUDES="NotOnMac LLVMNotWorking" MONO_ENV_OPTIONS=--llvm
18 # Bundled libgdiplus
19 ${TESTCMD} --label="System.Drawing" --timeout=60m make -C mcs/class/System.Drawing run-test
21 ${MONO_REPO_ROOT}/scripts/ci/run-upload-sentry.sh