From: Martin Quinson Date: Thu, 1 Oct 2015 15:23:28 +0000 (+0200) Subject: [appveyor] add the artefact that we want to distribute to the users X-Git-Tag: v3_12~78 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c713777664c11678517a534e12e352f742b47d59 [appveyor] add the artefact that we want to distribute to the users --- diff --git a/appveyor.yml b/appveyor.yml index d5bdc011a6..860f5c5d81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,6 +47,10 @@ build_script: #test_script: #- ctest --output-on-failure +artifacts: +- path: C:\projects\simgrid\simgrid.jar + name: jarfile + # notifications: # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :( # Some source of inspiration: