Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
6986d9e5
Commit
6986d9e5
authored
Mar 05, 2015
by
funshine
Browse files
update travis.yml
parent
6d49d0ac
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6986d9e5
...
...
@@ -10,13 +10,12 @@ script:
-
cd bin/
-
file_name="nodemcu-firmware_v${TRAVIS_TAG}.${TRAVIS_BUILD_NUMBER}.bin"
-
srec_cat -output ${file_name} -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
#deploy:
# provider: releases
# api_key: "${GITHUB_OAUTH}"
# file: "$TRAVIS_BUILD_DIR/bin/${file_name}"
# skip_cleanup: true
# on:
# tags: true
#env:
# global:
# - secure: OVFK1zFj8VFVITWIGR2UlinVoTFNjlcQZeFt4xpn+B0wLz1mAWnR//F49qLkAcZt2ca8ogbQwEyDenFfkcSKOkUpvivyDatkHEt4WAhdXeg2y3zdHjX7NntscQBpTUmwjhV/0OA0qV9sNLK5r1t45oDh2NVcpfEQTJP5oYKfe6I=
deploy
:
provider
:
releases
api_key
:
secure
:
Swecz5lWvsuSbchSbVQ1rmCPN9nQIN5p/HlZNIEdEgAgnoLcJxRV4P8poVTB37jiA8Pck+8x2nWXpg74Rqik0i3KlPNvDfg5o4rIazWLNs4bc1Tbcpt44XAzFKKLYnDnWQUGcqjk7BcAXuNAF2X/fPBCVhFbHVg3Z7cDb32RsNw=
file
:
"
$TRAVIS_BUILD_DIR/bin/${file_name}"
skip_cleanup
:
true
on
:
tags
:
true
repo
:
nodemcu/nodemcu-firmware
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment