using dnu

This commit is contained in:
Paul Schneider 2021-04-05 01:54:31 +01:00
commit 8a4c116ba3

View file

@ -57,6 +57,8 @@ deploy_staging:
script: script:
- echo "Deploy to staging server" - echo "Deploy to staging server"
- . /opt/mono-4.6/mono-env - . /opt/mono-4.6/mono-env
- curl --insecure -sSL https://lua.pschneider.fr/files/Paul/pub/dnx-install.sh | bash
- DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh
- make restore - make restore
- make strip_yavscd - make strip_yavscd
environment: environment: