From d005c0ab40b98a5d91a85e288715d948d25c2274 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 22 Oct 2018 20:48:16 +0200 Subject: added https and linux deploy --- .appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index e2cb33e..4675ef3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,8 @@ version: '{branch}-{build}' +environment: + DEPLOY: 1 + image: - Ubuntu1804 - Visual Studio 2015 @@ -21,3 +24,7 @@ build_script: - cmd: nmake.exe - sh: make +after_build: + - sh: ./deploy-linux.sh + - sh: mv dist/tikzit.tar.gz tikzit-linux.tar.gz + - sh: '[[ "$DEPLOY" != 1 ]] || curl -U tikzit-linux.tar.gz https://transfer.sh/tikzit-linux.tar.gz' -- cgit v1.2.3