1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00
betaflight/docs/development/Travis.md
2015-04-01 16:04:30 +02:00

378 B

#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.