travis ci testing

This commit is contained in:
Hansi, dl9rdz 2019-04-29 00:23:12 +02:00
parent 0e80772b5d
commit 078f0ff838
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ commit_website_files() {
cd /tmp cd /tmp
git clone https://github.com/dl9rdz/rdz_ttgo_sonde.git -b gh-pages git clone https://github.com/dl9rdz/rdz_ttgo_sonde.git -b gh-pages
cd rdz_ttgo_sonde cd rdz_ttgo_sonde
mkdir -p master
mkdir -p devel
cp ${MYPATH}/out.bin ${BRANCH}/${VERSION}-full.bin cp ${MYPATH}/out.bin ${BRANCH}/${VERSION}-full.bin
git add ${BRANCH}/${VERSION}-full.bin git add ${BRANCH}/${VERSION}-full.bin
# git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" # git commit --message "Travis build: $TRAVIS_BUILD_NUMBER"