utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit e6696cad53e9b13fba41269e4b680900096a242b
parent 1e411777c592a1ccd99458211df7d2013289bbf9
Author: Peter Colberg <peter@colberg.org>
Date:   Fri, 30 Oct 2015 00:52:41 -0400

Describe interactive debugging for appveyor

Diffstat:
Mappveyor.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml @@ -34,3 +34,9 @@ build_script: cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -G'MSYS Makefiles'; make " + +on_finish: + # Uncomment the following line for interactive debugging, which + # will print login data for a temporary remote session after the + # build. This requires an RDP version 6 client, e.g., FreeRDP. + #- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))