CI: attempt to set warning for continuous build

This commit is contained in:
itsmattkc
2020-01-25 21:46:32 +11:00
parent 0e82ec600d
commit 05c25c8713
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -101,6 +101,8 @@ REM The previous if statements failed, skip to the end
GOTO end
:upload
set /p UPLOADTOOL_BODY= < latestcommit.txt
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh
bash upload.sh Olive*.zip
bash upload.sh Olive*.exe
+2
View File
@@ -16,6 +16,8 @@ if [ "$TRAVIS_TAG" != "" ] || [ "$REMOTE" == "$LOCAL" ]
then
echo "[INFO] Still current. Uploading..."
UPLOADTOOL_BODY=$(cat release.txt)
# Retrieve upload tool
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
+1
View File
@@ -0,0 +1 @@
NOTE: This build is by no means stable or intended for serious use. It's a complete rewrite of the entire program and only here to simplify testing of what has been implemented. For any serious work, stick to the 0.1.x releases below.