You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
524 B

  1. # Travis
  2. INAV provides Travis build and config files in the repository root.
  3. ## Pushing builds to a remote server
  4. ```.travis.sh``` script can upload build artifacts to a remote server. This feature is controlled by the
  5. ```PUBLISH_URL``` environment variable. If set, the build script will use the cURL binary and simulate
  6. a file upload post to the configured server.
  7. Pleas check the ```notifications``` section in the ```.travis.yml``` file and adjust the irc notifications if you plan on using Travis on your INAV fork