Nit: Set `KoreBuild_*` environment variables consistently

This commit is contained in:
Doug Bunting 2015-11-15 22:53:39 -08:00 committed by Stephen Halter
parent aa2b65efcc
commit 8c0a1701cd
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ addons:
packages:
- libunwind8
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
- KOREBUILD_DNU_RESTORE_CORECLR=true KOREBUILD_TEST_DNXCORE=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
@ -16,5 +16,4 @@ install:
- export LD_LIBRARY_PATH="$HOME/libuvinstall/lib"
- cd $OLDPWD
script:
- export KOREBUILD_TEST_DNXCORE=1
- ./build.sh --quiet verify