From d1a419c0925b63b0bd49c943b2bfd2435de797f2 Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Mon, 29 Apr 2019 00:24:15 +0200 Subject: [PATCH] v0.5e: trevis ci working (I hope) --- .travis/push.sh | 2 ++ RX_FSK/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 587be67..360149b 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -29,6 +29,8 @@ commit_website_files() { cd /tmp git clone https://github.com/dl9rdz/rdz_ttgo_sonde.git -b gh-pages cd rdz_ttgo_sonde + mkdir -p master + mkdir -p devel cp ${MYPATH}/out.bin ${BRANCH}/${VERSION}-full.bin git add ${BRANCH}/${VERSION}-full.bin # git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" diff --git a/RX_FSK/version.h b/RX_FSK/version.h index 7432703..e5187c3 100644 --- a/RX_FSK/version.h +++ b/RX_FSK/version.h @@ -1,2 +1,2 @@ const char *version_name = "RDZ_TTGO_SONDE"; -const char *version_id = "master v0.5d"; +const char *version_id = "master v0.5e";