Xamarin Public Jenkins (auto-signing) 91848d672d Imported Upstream version 6.0.0.197
Former-commit-id: ce8df4f105a5e534ae52c5975c6525634631b55b
2019-04-25 08:34:32 +00:00

8 lines
216 B
Makefile

check-roslyn:
@echo "Runnning roslyn tests using mono from PATH:"
mono --version
@$(MAKE) validate-roslyn RESET_VERSIONS=1
cd $(ROSLYN_PATH); \
./build.sh --restore --build --test --mono || exit; \
echo "done"