[macOS] Pester tests invocation after install - 2. (#2429)

* [macOS] Fail Pester tests on error

* return it back

* added new tests

* added new tests for Macos part2

* fixed nitpicks

* vsmac changes

* remove toolcache fron high sierra
This commit is contained in:
Darii Nurgaleev
2021-01-20 14:11:00 +07:00
committed by GitHub
parent c47ccfbf9a
commit 03ce901f42
12 changed files with 74 additions and 53 deletions

View File

@@ -62,4 +62,6 @@ fi
# Latest versions of NDK doesn't include GCC, NDK r18 does
echo "Installing ndk r18B..."
echo y | $SDKMANAGER "ndk;18.1.5063045"
echo "export ANDROID_NDK_18R_PATH=${ANDROID_HOME}/ndk/18.1.5063045" >> "${HOME}/.bashrc"
echo "export ANDROID_NDK_18R_PATH=${ANDROID_HOME}/ndk/18.1.5063045" >> "${HOME}/.bashrc"
invoke_tests "XamarinNDK"