travis ci testing
This commit is contained in:
parent
0e80772b5d
commit
078f0ff838
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue