CI: attempt to set warning for continuous build
This commit is contained in:
@@ -101,6 +101,8 @@ REM The previous if statements failed, skip to the end
|
|||||||
GOTO end
|
GOTO end
|
||||||
|
|
||||||
:upload
|
:upload
|
||||||
|
set /p UPLOADTOOL_BODY= < latestcommit.txt
|
||||||
|
|
||||||
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh
|
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh
|
||||||
bash upload.sh Olive*.zip
|
bash upload.sh Olive*.zip
|
||||||
bash upload.sh Olive*.exe
|
bash upload.sh Olive*.exe
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ if [ "$TRAVIS_TAG" != "" ] || [ "$REMOTE" == "$LOCAL" ]
|
|||||||
then
|
then
|
||||||
echo "[INFO] Still current. Uploading..."
|
echo "[INFO] Still current. Uploading..."
|
||||||
|
|
||||||
|
UPLOADTOOL_BODY=$(cat release.txt)
|
||||||
|
|
||||||
# Retrieve upload tool
|
# Retrieve upload tool
|
||||||
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user