From c713777664c11678517a534e12e352f742b47d59 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 1 Oct 2015 17:23:28 +0200 Subject: [PATCH 1/1] [appveyor] add the artefact that we want to distribute to the users --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.20.1