mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
CF - restore docs folder from master_v1.x
This commit is contained in:
parent
6a869f05f6
commit
f9f41530bf
143 changed files with 9321 additions and 0 deletions
11
docs/development/Travis.md
Normal file
11
docs/development/Travis.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
#Travis
|
||||
|
||||
Cleanflight provides Travis build and config files in the repository root.
|
||||
|
||||
## Pushing builds to a remote server
|
||||
|
||||
```.travis.sh``` script can upload build artifacts to a remote server. This feature is controlled by the
|
||||
```PUBLISH_URL``` environment variable. If set, the build script will use the cURL binary and simulate
|
||||
a file upload post to the configured server.
|
||||
|
||||
Pleas check the ```notifications``` section in the ```.travis.yml``` file and adjust the irc notifications if you plan on using Travis on your Cleanflight fork
|
Loading…
Add table
Add a link
Reference in a new issue