From 6a513038f43b0b189daf1152fe35010788651e71 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 10 Aug 2018 20:11:15 -0400 Subject: [PATCH] Okay let's try this again, with deployment keys this time. --- .appveyor.yml | 5 ++--- .travis.yml | 4 ++-- README.md | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2da0ed7f9..0d5798516 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -72,8 +72,7 @@ artifacts: deploy: provider: GitHub artifact: libui, examples - # TODO https://www.appveyor.com/docs/deployment/github/ - #auth_token: - #secure: "2l/602m6FkqAB9TTIAkPX3Erfwg9jVTlf/Inmf2dWcbOrJJzK/WrCUIgY3B4ngly" + auth_token: + secure: li92W7mFAC8HbAVeZN6Ugmo5H1GzKSjr6DXlMniLcCRspKmi2Nz1nlslSa+9sLfo on: appveyor_repo_tag: true # deploy on tag push only diff --git a/.travis.yml b/.travis.yml index 2c02134a5..1d969f330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,8 +88,8 @@ after_success: deploy: provider: releases - #api_key: - #secure: TODO + api_key: + secure: "fmgC97mlXQY/ASWAL/GyTJfiJIo/hsVFf6bP3Zz8odv259PJUFGgnZ9kNIgJcFQ5961lXDFi7pBMMSetm1GZ2EBZxIXnUfe1kfIhw62ybJHIwB2+g2tc8A4zzfkWJVY4xVYpitOU3iMuu5Z8U2n+68RYWKpcxhbkVw5v8Zu2Rms=" file: build/out/*.tgz file_glob: true skip_cleanup: true diff --git a/README.md b/README.md index 7be647c8c..6b4966bcb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ But libui is not dead; I am working on it whenever I can, and I hope to get it t * **10 August 2018** * **Alpha 4 is finally here.** Everything from Alpha 3.5 and what's listed below is in this release; the two biggest changes are still the new text drawing API and new uiTable control. In between all that is a whole bunch of bugfixes, and hopefully more stability too. Thanks to everybody who helped contribute! + * Alpha 4 should hopefully also include automated binary releases via CI. Thanks to those who helped set that up! * **8 August 2018** * Finally introduced an API for loading images, `uiImage`, and a new control, `uiTable`, for displaying tabular data. These provide enough basic functionality for now, but will be improved over time. You can read the documentation for the new features as they are [here](https://github.com/andlabs/libui/blob/f47e1423cf95ad7b1001663f3381b5a819fc67b9/uitable.h). Thanks to everyone who helped get to this point, in particular @bcampbell for the initial Windows code, and to everyone else for their patience!