From 9430f4615ba4dfe626b9185921bb042b7a9aedf1 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Tue, 23 Oct 2018 06:23:52 +0200 Subject: per-build artifacts --- .appveyor.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d696180..d221ce9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,15 @@ version: '{branch}-{build}' -image: - - Ubuntu1804 - - Visual Studio 2015 +matrix: + allow_failures: + - image: Ubuntu1804 + artifacts: + - path: tikzit-win.zip + - name: tikzit + - image: Visual Studio 2015 + artifacts: + - path: tikzit-linux.tar.gz + - name: tikzit configuration: - release @@ -27,10 +34,5 @@ after_build: - cmd: deploy-win.bat - cmd: move dist/tikzit.zip tikzit-win.zip -artifacts: - - path: tikzit-win.zip - name: tikzit - - path: tikzit-linux.tar.gz - name: tikzit -- cgit v1.2.3