Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] don't get libwinptread as an artefact. It's bad and fails
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 1 Feb 2016 06:59:49 +0000 (07:59 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 1 Feb 2016 06:59:57 +0000 (07:59 +0100)
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

index c1c921f..5fd78d3 100644 (file)
@@ -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 :(