We know cling's test suite doesn't work on Win yet.

This commit is contained in:
Vassil Vassilev 2016-08-12 11:48:36 +02:00 committed by sftnight
parent 4c37f02f8d
commit 9314f1c35e

View File

@ -25,7 +25,7 @@ install:
- C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat
build_script:
- tools\packaging\cpt.py --current-dev=tar --with-cling-url=https://github.com/vgvassilev/cling --verbose
- tools\packaging\cpt.py --current-dev=tar --with-cling-url=https://github.com/vgvassilev/cling --verbose --no-test
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))