dnx-install.sh expects to use DNX_USER_HOME, that defaults to ~/.dnx/

This commit is contained in:
2017-06-04 00:15:41 +02:00
parent bc796399ef
commit 3157db3b0a

View File

@ -3,6 +3,6 @@ os: linux
mono:
- beta
sudo: false
install: curl --insecure -sSL https://lua.pschneider.fr/UserFiles/Paul/dnx-install.sh | bash && . ./dnx/dnvm/dnvm.sh && dnu restore
install: curl --insecure -sSL https://lua.pschneider.fr/UserFiles/Paul/dnx-install.sh | bash && DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh && cd Yavsc && dnu restore
script:
- "dnu build"