summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-22 20:48:16 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-22 20:49:07 +0200
commitd005c0ab40b98a5d91a85e288715d948d25c2274 (patch)
tree7c5020fec63dae324dc362737983e6deb5d4d17e
parentc8885f205fec34f364c1fb8503228002aea4516d (diff)
added https and linux deploy
-rw-r--r--.appveyor.yml7
1 files changed, 7 insertions, 0 deletions
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'