From 23c27f8d4c7eff580894e6c4754f47577be20ceb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 1 Feb 2016 07:59:49 +0100 Subject: [PATCH] [appveyor] don't get libwinptread as an artefact. It's bad and fails It reports "Packaging artifacts...Pattern contains invalid characters". And actually, that's not very cleaver to have that lib as an artefact of each and every commit on appveyor. Even more knowing that it should be included in the simgrid.jar artefact by now. --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c1c921f9a9..5fd78d39f9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,8 +84,6 @@ build_script: artifacts: - path: simgrid.jar name: jarfile -- path: C:/mingw64/bin/libwinpthread-1.dll - name: libwinpthread-1.dll # notifications: # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :( -- 2.20.1