Execute `dnu restore` in Travis builds with .NET Core
This commit is contained in:
parent
5774cf9f1e
commit
aa2b65efcc
|
|
@ -5,6 +5,8 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- libunwind8
|
||||
env:
|
||||
- KOREBUILD_DNU_RESTORE_CORECLR=true
|
||||
install:
|
||||
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
|
||||
- sh autogen.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue